summaryrefslogtreecommitdiff
path: root/1553/CH10/EX10.29/10Ex29.sce
blob: 5d7b8856487aed28f8dcb9aa048f7977a96d8d2b (plain)
1
2
3
4
5
6
7
8
//chapter 10 Ex 29

clc;
clear;
close;
AlessB=20/100; 
BmoreA=(AlessB/(1-AlessB))*100;
mprintf("B earns %d percent more than A",BmoreA);