summaryrefslogtreecommitdiff
path: root/1553/CH18/EX18.8/18ex8.sce
blob: 07d2b9c45173ec37374ed915a1b42bb7a3a27a46 (plain)
1
2
3
4
5
6
7
8
9
10
//chapter 18 Ex 8

clc;
clear;
close;
lTrain=100; t=6;
sMan=5;
sRelative=lTrain/(t*5/18);
sTrain=sRelative-sMan;
printf("The speed of train is %d km/hr",sTrain);