summaryrefslogtreecommitdiff
path: root/1460/CH12/EX12.6/12_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '1460/CH12/EX12.6/12_6.sce')
-rwxr-xr-x1460/CH12/EX12.6/12_6.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1460/CH12/EX12.6/12_6.sce b/1460/CH12/EX12.6/12_6.sce
new file mode 100755
index 000000000..13e75328d
--- /dev/null
+++ b/1460/CH12/EX12.6/12_6.sce
@@ -0,0 +1,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)