summaryrefslogtreecommitdiff
path: root/1022/CH7/EX7.6/7_6.sce
blob: e013ca4d17c117c88ebc221867c521079622d91e (plain)
1
2
3
4
5
6
7
8
clc
//initialisation of variables
h2= 2 //J/gm
h1= 1 //J/gm
//CALCULATIONS
L= h2-h1
//RESULTS
printf ('Difference between the enthalpies of the system in the two phases= %.f (h2-h1) J/gm',L)