summaryrefslogtreecommitdiff
path: root/1553/CH33/EX33.5/33Ex5.sce
blob: 7ae94f27c8b89147f98b4289287a5232b91d8b9e (plain)
1
2
3
4
5
6
7
8
9
//Chapter 33 Ex5
clc;
clear;
close;
PW=1100;
td=110; 
bg=(td)^2/PW;
bd=td+bg;
mprintf("The bankers discount is Rs.%.0f and the bankers gain is Rs.%.0f",bd,bg);