summaryrefslogtreecommitdiff
path: root/2420/CH9/EX9.1
diff options
context:
space:
mode:
Diffstat (limited to '2420/CH9/EX9.1')
-rwxr-xr-x2420/CH9/EX9.1/9_1.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/2420/CH9/EX9.1/9_1.sce b/2420/CH9/EX9.1/9_1.sce
new file mode 100755
index 000000000..4a29bd1cb
--- /dev/null
+++ b/2420/CH9/EX9.1/9_1.sce
@@ -0,0 +1,9 @@
+clc
+clear
+//Initialization of variables
+h=200 //ft
+gam=64 //lb per cu ft
+//calculations
+P=h*gam/144
+//results
+printf("Pressure = %.1f psi",P)