summaryrefslogtreecommitdiff
path: root/3841/CH5/EX5.6/Ex5_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3841/CH5/EX5.6/Ex5_6.sce')
-rw-r--r--3841/CH5/EX5.6/Ex5_6.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3841/CH5/EX5.6/Ex5_6.sce b/3841/CH5/EX5.6/Ex5_6.sce
new file mode 100644
index 000000000..1bd22b8b4
--- /dev/null
+++ b/3841/CH5/EX5.6/Ex5_6.sce
@@ -0,0 +1,10 @@
+clear
+//given
+//
+//find the final pressure gage
+a=240.
+b=15.
+IP=14.7
+FP=IP*(a/b)
+Fpg=FP-IP
+printf("\n \n final pressure gage is %.2f ",Fpg)