diff options
Diffstat (limited to '1967/CH5/EX5.2/5_2.sce')
-rwxr-xr-x | 1967/CH5/EX5.2/5_2.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1967/CH5/EX5.2/5_2.sce b/1967/CH5/EX5.2/5_2.sce new file mode 100755 index 000000000..9b39e131e --- /dev/null +++ b/1967/CH5/EX5.2/5_2.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+clear
+H1= -337.3 //kcal
+H2= -68.3 //kcal
+H3= -372.8 //kcal
+//CALCULATIONS
+Ht= H1+H2-H3
+//RESULTS
+printf ('Heat change of reaction = %.1f kcal',Ht)
|