summaryrefslogtreecommitdiff
path: root/1286/CH4/EX4.10/4_10.sce
blob: 6d69d7f3605ed931729b3105a4f39c6f7aa3d3af (plain)
1
2
3
4
5
6
7
8
clc
//initialisations
r=52
svp=17.5//mm
//CALCULATIONS
p=(svp*r)/100
//results
printf(' SVP at dew point= % 1f mm',p)