summaryrefslogtreecommitdiff
path: root/2504/CH7/EX7.5/7_5.sce
blob: eafb56f6d3ebc93743bfb6e341a7b84353bb1505 (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
clear
d= 0.366 //ft
i= 12
//CALCULATIONS
pd= d*i
//RESULTS
printf ('Required pipe diameter = %.2f in',pd)