diff options
Diffstat (limited to '3856/CH4/EX4.3/Ex4_3.sce')
-rw-r--r-- | 3856/CH4/EX4.3/Ex4_3.sce | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/3856/CH4/EX4.3/Ex4_3.sce b/3856/CH4/EX4.3/Ex4_3.sce index 68096b6b5..e98e95874 100644 --- a/3856/CH4/EX4.3/Ex4_3.sce +++ b/3856/CH4/EX4.3/Ex4_3.sce @@ -1,3 +1,4 @@ +
//Calculate the value of change in Internal energy and change in Enthalpy for the combution of Benzoic acid
//Example 4.3
@@ -20,7 +21,7 @@ m=0.4089; //Mass of sample of Benzoic acid in g delU=-(C*delT*M)/(m*1000); //Change in Enternal enegy in kJ mol^-1
-printf("Change in Enternal energy = %.0f kJ mol^-1",delU);(The answer vary due to round off error)
+printf("Change in Internal energy = %.0f kJ mol^-1",delU);//(The answer vary due to round off error)
R=8.314; //Gas constant in J K^-1 mol^-1
|