summaryrefslogtreecommitdiff
path: root/1553/CH18/EX18.1/18Ex1.sce
blob: 991aae994282089ec02d534c6ef9ca917db7cdcd (plain)
1
2
3
4
5
6
7
8
9
//chapter 18 Ex 1

clc;
clear;
close;
s=30*5/18;   //converting into m/sec
d=100;
t=d/s;
printf("The required time taken is %d sec",t);