summaryrefslogtreecommitdiff
path: root/1316/CH1/EX1.3/example1_3.sce
blob: 5faf08465074fe89cfbda313e410bf13b83987a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Chapter 1
//Example 1.3
//Page 23

clear;
clc;

K=5.7;

//Calculation of number of feets in 5.7m

printf("As 1m=39.37 in. Thus number of feets in 5.7m is %.1f ft",K*39.37/12);