summaryrefslogtreecommitdiff
path: root/1553/CH25/EX25.15/25Ex15.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH25/EX25.15/25Ex15.sce')
-rw-r--r--1553/CH25/EX25.15/25Ex15.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1553/CH25/EX25.15/25Ex15.sce b/1553/CH25/EX25.15/25Ex15.sce
new file mode 100644
index 000000000..90e024e68
--- /dev/null
+++ b/1553/CH25/EX25.15/25Ex15.sce
@@ -0,0 +1,9 @@
+//Ch25_Ex 15
+clc;
+clear;
+close;
+vol=1848;
+diameter=14;
+radius=diameter/2;
+h= vol/(%pi*radius^2);
+mprintf("The depth of tank is %.0f meter",h);