summaryrefslogtreecommitdiff
path: root/1439/CH4/EX4.3/4_3.sce
blob: 462dea8679e956a2a8b80e8c040c57ef1c76a3e9 (plain)
1
2
3
4
5
6
7
8
9
10
clc 
//initialisation of variables
Hr1= -70.96 //kcal
Hr2= -23.49 //kcal
Hr3= -31.14 //kcal
Hr4= -68.32 //kcal
//CALCULATIONS
H= Hr1+Hr2+Hr3+Hr4
//RESULTS
printf ('Enthalpy of formation= %.2f kcal',H)