1 2 3 4 5 6 7 8 9 10
clear //Given uw=1.33 //Calculation a=1/uw b=sin(a)*180/3.14 //Result printf("\n Angle of refraction is %0.0f degree",b)