1 2 3 4 5 6 7 8
clc //Initialization of variables x=1545 //ft lbf/ R mol z=2120 //calculations y=x/z //results printf("y = %.3f atm ft^2 /R mol",y)