summaryrefslogtreecommitdiff
path: root/3769/CH17/EX17.10/Ex17_10.sce
blob: f87d17b9947ad1d4933aa3475347da3939b7a5cd (plain)
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)