summaryrefslogtreecommitdiff
path: root/1553/CH17/EX17.13/17Ex13.sce
blob: bcb70ebf957aed471b38f6599338a7faad190d8a (plain)
1
2
3
4
5
6
7
//chapter 17: Ex13
clc;
clear;
close;
walkrideTime=37; walkTime=55; 
rideTime=(2*walkrideTime-walkTime);
mprintf("It takes %d min to ride both ways",rideTime);