diff options
Diffstat (limited to '3782/CH1/EX1.15/Ex1_15.sce')
-rw-r--r-- | 3782/CH1/EX1.15/Ex1_15.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3782/CH1/EX1.15/Ex1_15.sce b/3782/CH1/EX1.15/Ex1_15.sce new file mode 100644 index 000000000..4bcf7a8f5 --- /dev/null +++ b/3782/CH1/EX1.15/Ex1_15.sce @@ -0,0 +1,9 @@ +clear +// +BB=287.25 +MC=62.25 +al=(BB-180)-MC +BM=75 +BC=BM*(tan(45*(%pi/180))) + +printf("\n width of the river is %0.3f meters',BC) |