summaryrefslogtreecommitdiff
path: root/3876/CH12/EX12.3/Ex12_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3876/CH12/EX12.3/Ex12_3.sce')
-rw-r--r--3876/CH12/EX12.3/Ex12_3.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3876/CH12/EX12.3/Ex12_3.sce b/3876/CH12/EX12.3/Ex12_3.sce
new file mode 100644
index 000000000..3f61c3fc5
--- /dev/null
+++ b/3876/CH12/EX12.3/Ex12_3.sce
@@ -0,0 +1,15 @@
+//Chapter 12 Thermodynamics Thermodynamic chemistry
+
+clc;
+clear;
+
+//Initialisation of Variables
+H= -94.052 //kcal
+H1= -68.32 //kcal
+H2= 11.718 //kcal
+
+//CALCULATIONS
+H3= 6*H+3*H1-H2
+
+//RESULTS
+mprintf("Heat of combustion of benzene = %.0f cal",H3)