summaryrefslogtreecommitdiff
path: root/1388/CH3/EX3.7/3_7.sce
blob: ca6f38b78585ac922719fd5c9cc3dfcafd8b02d0 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
vl= 0.019 //l
vg= 16.07 //l
h= 1489 //mm of Hg
//CALCULATIONS
w= -(h/760)*(vl-vg)*(1.987/0.0826)
//RESULTS
printf (' Work done= %.f cal ',w+5)