diff options
Diffstat (limited to '1466/CH10/EX10.4')
-rwxr-xr-x | 1466/CH10/EX10.4/10_4.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1466/CH10/EX10.4/10_4.sce b/1466/CH10/EX10.4/10_4.sce new file mode 100755 index 000000000..6a661b4ac --- /dev/null +++ b/1466/CH10/EX10.4/10_4.sce @@ -0,0 +1,8 @@ +
+clc
+//initialisation of variables
+d=6//ft
+//CALCULATIONS
+depth=0.81*d
+//RESULTS
+printf (' depth= %.2f ft',depth)
|