diff options
Diffstat (limited to '1553/CH21/EX21.10/21Ex10.sce')
-rw-r--r-- | 1553/CH21/EX21.10/21Ex10.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH21/EX21.10/21Ex10.sce b/1553/CH21/EX21.10/21Ex10.sce new file mode 100644 index 000000000..1226d24ee --- /dev/null +++ b/1553/CH21/EX21.10/21Ex10.sce @@ -0,0 +1,8 @@ +//chapter 21 Ex 10
+
+clc;
+clear;
+close;
+t=3; rateHigh=2/100; amtHigh=360;
+Sum=amtHigh/(t*(1+rateHigh)-t);
+mprintf("The sum is Rs.%.0f",Sum);
|