summaryrefslogtreecommitdiff
path: root/3769/CH10/EX10.19/Ex10_19.sce
blob: 42ed712dbcce45b59744da426f6e1d7bf055d114 (plain)
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)