diff options
author | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
---|---|---|
committer | prashantsinalkar | 2017-10-10 12:38:01 +0530 |
commit | f35ea80659b6a49d1bb2ce1d7d002583f3f40947 (patch) | |
tree | eb72842d800ac1233e9d890e020eac5fd41b0b1b /1388/CH3/EX3.16/3_16.sce | |
parent | 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 (diff) | |
download | Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.gz Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.tar.bz2 Scilab-TBC-Uploads-f35ea80659b6a49d1bb2ce1d7d002583f3f40947.zip |
updated the code
Diffstat (limited to '1388/CH3/EX3.16/3_16.sce')
-rwxr-xr-x | 1388/CH3/EX3.16/3_16.sce | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/1388/CH3/EX3.16/3_16.sce b/1388/CH3/EX3.16/3_16.sce index 155942e6f..a90466cf9 100755 --- a/1388/CH3/EX3.16/3_16.sce +++ b/1388/CH3/EX3.16/3_16.sce @@ -1,9 +1,9 @@ -clc
-//initialisation of variables
-H= -350.2 //kcal
-H1= -128.67 //kcal
-H2= -216.90 //kcal
-//CALCULATIONS
-H3= H-(H1+H2)
-a//RESULTS
-printf (' Enthalpy = %.1f kcal ',H3)
+clc +//initialisation of variables +H= -350.2 //kcal +H1= -128.67 //kcal +H2= -216.90 //kcal +//CALCULATIONS +H3= H-(H1+H2) +//RESULTS +printf (' Enthalpy = %.1f kcal ',H3)
\ No newline at end of file |