diff options
Diffstat (limited to '1553/CH19/EX19.3/19Ex3.sce')
-rw-r--r-- | 1553/CH19/EX19.3/19Ex3.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1553/CH19/EX19.3/19Ex3.sce b/1553/CH19/EX19.3/19Ex3.sce new file mode 100644 index 000000000..500d3241d --- /dev/null +++ b/1553/CH19/EX19.3/19Ex3.sce @@ -0,0 +1,9 @@ +//chapter 19 Ex 3
+
+clc;
+clear;
+close;
+
+rUp=9; rDown=27;
+rStream=(rDown-rUp)/2;
+printf("The rate of stream is %d km/hr",rStream);
|