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