summaryrefslogtreecommitdiff
path: root/1652/CH12/EX12.8/12_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1652/CH12/EX12.8/12_8.sce')
-rwxr-xr-x1652/CH12/EX12.8/12_8.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1652/CH12/EX12.8/12_8.sce b/1652/CH12/EX12.8/12_8.sce
new file mode 100755
index 000000000..5d783a17c
--- /dev/null
+++ b/1652/CH12/EX12.8/12_8.sce
@@ -0,0 +1,8 @@
+clc
+//Initialization of variables
+dT=0.23 //C
+Kb=1.86 //deg/mol/kg
+//calculations
+m=dT/Kb
+//results
+printf("molality of solution = %.2f m",m)