diff options
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 |