summaryrefslogtreecommitdiff
path: root/1280/CH6/EX6.5/6_5.sce
blob: fafcce7fba2263cad9fe1ad34754a3094aa95ac1 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
d= 6 //in
N= 120 //in
Q= 5 //gpm
//CALCULATIONS
Vc= %pi*d^2*N/(4*231)
//RESULTS
printf ('minimum size of the reservoir = %.2f gpm',Vc)