summaryrefslogtreecommitdiff
path: root/1439/CH4/EX4.7
diff options
context:
space:
mode:
Diffstat (limited to '1439/CH4/EX4.7')
-rwxr-xr-x1439/CH4/EX4.7/4_7.sce8
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)