summaryrefslogtreecommitdiff
path: root/2024/CH7/EX7.2/7_2.sce
blob: 18519a6a59ef76cb35b3c7de2ee1f0a5db4caf06 (plain)
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)