summaryrefslogtreecommitdiff
path: root/1553/CH11/EX11.9/11Ex9.sce
blob: 2e36ed5e1ea525c1fec76f4efc9a92fd444467b4 (plain)
1
2
3
4
5
6
7
8
9
10
//Ex 9

clc;
clear;
close;
cp_33=33;cp_22=22;         //let cp of each meter be Rs.1
sp_22=cp_33;      //given
gain=11;
gainPercent=(gain/cp_22)*100;
mprintf("The profit percent is %d percent",gainPercent);