diff options
Diffstat (limited to '3769/CH10/EX10.19/Ex10_19.sce')
-rw-r--r-- | 3769/CH10/EX10.19/Ex10_19.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH10/EX10.19/Ex10_19.sce b/3769/CH10/EX10.19/Ex10_19.sce new file mode 100644 index 000000000..42ed712db --- /dev/null +++ b/3769/CH10/EX10.19/Ex10_19.sce @@ -0,0 +1,10 @@ +clear +//Given +V=sqrt(3) + +//calculation +// +a=atan(V)*180/3.14 + +//Result +printf("\n Angle of dip is %0.0f Degree",a) |