summaryrefslogtreecommitdiff
path: root/1553/CH17/EX17.13/17Ex13.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH17/EX17.13/17Ex13.sce')
-rw-r--r--1553/CH17/EX17.13/17Ex13.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1553/CH17/EX17.13/17Ex13.sce b/1553/CH17/EX17.13/17Ex13.sce
new file mode 100644
index 000000000..bcb70ebf9
--- /dev/null
+++ b/1553/CH17/EX17.13/17Ex13.sce
@@ -0,0 +1,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);