1 2 3 4 5 6 7 8 9 10
clear //Given a=1.33 //Calculation // ap=atan(a)*180/3.14 //Result printf("\n Angle of incidence is %0.0f Degree",ap)