1 2 3 4 5 6 7 8 9 10
clear //Given u=1.5 a=6 //Degree //Calculation A=a/(u-1) //Result printf("\n Angle of the prism is %0.3f Degree", A)