summaryrefslogtreecommitdiff
path: root/1388/CH3/EX3.16/3_16.sce
blob: 155942e6fcf6d37eeffc649122c00580c5695763 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
H= -350.2 //kcal
H1= -128.67 //kcal
H2= -216.90 //kcal
//CALCULATIONS
H3= H-(H1+H2)
a//RESULTS
printf (' Enthalpy = %.1f kcal ',H3)