summaryrefslogtreecommitdiff
path: root/1436/CH7/EX7.10/ex7_10.sce
blob: ca1f5d106e958632dc25898b3b5c9ee15ae93122 (plain)
1
2
3
4
5
6
7
//Example 7.10, page no-442
clear
clc
pv=30
ps=60
Rh=(pv/ps)*100
printf("%%RH = %d%%",Rh)