diff options
Diffstat (limited to '779/CH9/EX9.9/9_9.sce')
-rwxr-xr-x | 779/CH9/EX9.9/9_9.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/779/CH9/EX9.9/9_9.sce b/779/CH9/EX9.9/9_9.sce new file mode 100755 index 000000000..c90be93da --- /dev/null +++ b/779/CH9/EX9.9/9_9.sce @@ -0,0 +1,6 @@ +h2 = 2716.2; hf = 844.89; hfg = 1947.3;
+x1 = (h2-hf)/hfg;
+h3 = 2685.5;
+x4 = (h3-hf)/hfg;
+disp(x1,"The quality of steam in pipe line is")
+disp("%",100-(x4*100),"Maximum moisture is")
|