summaryrefslogtreecommitdiff
path: root/1553/CH18/EX18.8/18ex8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH18/EX18.8/18ex8.sce')
-rw-r--r--1553/CH18/EX18.8/18ex8.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1553/CH18/EX18.8/18ex8.sce b/1553/CH18/EX18.8/18ex8.sce
new file mode 100644
index 000000000..07d2b9c45
--- /dev/null
+++ b/1553/CH18/EX18.8/18ex8.sce
@@ -0,0 +1,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);