diff options
Diffstat (limited to '3769/CH22/EX22.23/Ex22_23.sce')
-rw-r--r-- | 3769/CH22/EX22.23/Ex22_23.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH22/EX22.23/Ex22_23.sce b/3769/CH22/EX22.23/Ex22_23.sce new file mode 100644 index 000000000..5690a8582 --- /dev/null +++ b/3769/CH22/EX22.23/Ex22_23.sce @@ -0,0 +1,12 @@ +clear +//Given +u=1.33 +a=90 + +//Calculation +// +ap=atan(u)*180/3.14 +A=a-ap + +//Result +printf("\n Angle between the sun and the horizon is %0.0f Degree",A) |