summaryrefslogtreecommitdiff
path: root/1466/CH10/EX10.4/10_4.sce
blob: 6a661b4ac2f134f6b928df0e365a1cb97958baee (plain)
1
2
3
4
5
6
7
8

clc
//initialisation of variables
d=6//ft
//CALCULATIONS
depth=0.81*d
//RESULTS
printf (' depth= %.2f ft',depth)