summaryrefslogtreecommitdiff
path: root/1553/CH21/EX21.10/21Ex10.sce
blob: 1226d24ee0489622bc9c947a528724f4117fc5e3 (plain)
1
2
3
4
5
6
7
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);