diff options
Diffstat (limited to '3769/CH22/EX22.22/Ex22_22.sce')
-rw-r--r-- | 3769/CH22/EX22.22/Ex22_22.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH22/EX22.22/Ex22_22.sce b/3769/CH22/EX22.22/Ex22_22.sce new file mode 100644 index 000000000..8efacac86 --- /dev/null +++ b/3769/CH22/EX22.22/Ex22_22.sce @@ -0,0 +1,10 @@ +clear +//Given +a=1.33 + +//Calculation +// +ap=atan(a)*180/3.14 + +//Result +printf("\n Angle of incidence is %0.0f Degree",ap) |