summaryrefslogtreecommitdiff
path: root/1439/CH4/EX4.2/4_2.sce
blob: 34a86d97c9d4546837b849a036a5383274bff80f (plain)
1
2
3
4
5
6
7
8
clc 
//initialisation of variables
Hr1= -71.03 //kcal
Hr2= 70.96 //kcal
//CALCULATIONS
H= Hr1+Hr2
//RESULTS
printf ('Enthalpy of transition= %.2f kcal',H)