summaryrefslogtreecommitdiff
path: root/1439/CH4/EX4.9/4_9.sce
blob: 9893e7f3295c8de0a856bea7d6b201aef17604ba (plain)
1
2
3
4
5
6
7
8
clc 
//initialisation of variables
HfHcl= -22.063 //kcal
H298= -17.74 //kcal
//CALCULATIONS
HfHcl200H2O= HfHcl+H298
//RESULTS
printf ('enthalpy of formation= %.2f kcal mole^-1',HfHcl200H2O)