diff options
Diffstat (limited to '1439/CH4/EX4.7')
-rwxr-xr-x | 1439/CH4/EX4.7/4_7.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1439/CH4/EX4.7/4_7.sce b/1439/CH4/EX4.7/4_7.sce new file mode 100755 index 000000000..454bfa442 --- /dev/null +++ b/1439/CH4/EX4.7/4_7.sce @@ -0,0 +1,8 @@ +clc
+//initialisation of variables
+Hr= -17.74 //kcal
+Hr1= 15.31 //kcal
+//CALCULATIONS
+dH= Hr+Hr1
+//RESULTS
+printf ('integral heat of dilution= %.2f kcal ',dH)
|