diff options
Diffstat (limited to '2507/CH10/EX10.2/Ex10_2.sce')
-rwxr-xr-x | 2507/CH10/EX10.2/Ex10_2.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2507/CH10/EX10.2/Ex10_2.sce b/2507/CH10/EX10.2/Ex10_2.sce new file mode 100755 index 000000000..c5e34aec2 --- /dev/null +++ b/2507/CH10/EX10.2/Ex10_2.sce @@ -0,0 +1,7 @@ +clc
+clear
+printf("Example 10.2 | Page number 333 \n\n");
+//Find the ratio of mass of saturated liquid to saturated steam
+//Given Data
+x = 0.85 //quality of steam
+printf("The ratio of mass of saturated liquid to saturated steam = %.5f",(1-x)/x)
|