summaryrefslogtreecommitdiff
path: root/3782/CH1/EX1.24/Ex1_24.sce
blob: 17facd2e95f5479c25045a30b01bd85c88b18bcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

//CH-1 PAGE-42  PB-1

//
//


sc=100
a=2.5
m=6

RF=(a/sc)

printf("\n RF is  %0.3f ",RF)

length1=RF*m*sc

printf("\n length1 of scale is  %0.3f meters',length1)