summaryrefslogtreecommitdiff
path: root/3594/CH10/EX10.1/Ex10_1.sce
blob: 8d0435948c8e2bcc9293e3190ae04cd0fc5c37ee (plain)
1
2
3
4
5
6
7
8


clc
//given
Teeth=48
pitch=.75 //in
D=Teeth*pitch/%pi
printf("The pitch diameter is %.3f in",D)