summaryrefslogtreecommitdiff
path: root/3769/CH18/EX18.5/Ex18_5.sce
blob: 9933436592c6bd8c5deb99c9a693257ae5efe4cd (plain)
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)