blob: 13e75328d84f1dca650f9d1a34969031dc41dc17 (
plain)
1
2
3
4
5
6
7
8
9
|
clc
//initialization of variables
RH=0.62
T=80+460 //R
//calculations
disp("From stram tables,")
P=RH*0.5069
//results
printf("Partial pressure of water vapor = %.4f lb/in^2",P)
|