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

clear;
clc;

K=6;

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