diff options
Diffstat (limited to '1553/CH4/EX4.27/4Ex27.sce')
-rw-r--r-- | 1553/CH4/EX4.27/4Ex27.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1553/CH4/EX4.27/4Ex27.sce b/1553/CH4/EX4.27/4Ex27.sce new file mode 100644 index 000000000..152c8afa0 --- /dev/null +++ b/1553/CH4/EX4.27/4Ex27.sce @@ -0,0 +1,10 @@ +//chapter 4 Ex 27
+
+clc;
+clear;
+close;
+firstStation=280;
+secondStation=12;
+thirdStationTotal=248;
+totalBeginning=(((thirdStationTotal-secondStation)/(1/2))-280)/(2/3);
+mprintf("The total number of passengers in the beginning were %0.0f",totalBeginning);
|