summaryrefslogtreecommitdiff
path: root/1553/CH17/EX17.8/17Ex8.sce
blob: 8bb0456e851334c7f386142b1d1f483ea1be4a89 (plain)
1
2
3
4
5
6
7
8
9
//chapter 17 Example 8

clc;
clear;
close;

tLate=10;
t=tLate/(6/5-1);
printf("The usual time to cover the journey is %d min",t);