summaryrefslogtreecommitdiff
path: root/2507/CH10/EX10.2/Ex10_2.sce
blob: c5e34aec22b62e1b0ecc3aa544105074115c6314 (plain)
1
2
3
4
5
6
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)