summaryrefslogtreecommitdiff
path: root/1436/CH7/EX7.9/ex7_9.sce
blob: d46b50123fffaba2c57d2cbc275f8463c148d6d3 (plain)
1
2
3
4
5
6
7
8
9
//Example 7.9, page no-442
clear
clc

wt_vap=500
wt_vap_to_sat=1500
total=wt_vap+wt_vap_to_sat
Rh=(wt_vap/total)*100
printf("RH = %d%%",Rh)