summaryrefslogtreecommitdiff
path: root/1553/CH25/EX25.15/25Ex15.sce
blob: 90e024e6801d5bf50ecdc2b0097a13a9bdb29a16 (plain)
1
2
3
4
5
6
7
8
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);