diff options
Diffstat (limited to '1385/CH4/EX4.4')
-rwxr-xr-x | 1385/CH4/EX4.4/4_4.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1385/CH4/EX4.4/4_4.sce b/1385/CH4/EX4.4/4_4.sce new file mode 100755 index 000000000..b31f43ef9 --- /dev/null +++ b/1385/CH4/EX4.4/4_4.sce @@ -0,0 +1,11 @@ +clc
+//initialisation of variables
+p= 214 //mm
+M= 112.5 //gms
+m= 18 //gms
+m1= 10 //gms
+//CALCULATIONS
+P= 760-p
+M1= m1*P*m/(p*M)
+//RESULTS
+printf (' quantity of water= %.2f gms',M1)
|