summaryrefslogtreecommitdiff
path: root/1553/CH10/EX10.4/10Ex4.sce
blob: e16645b6968fc3f853eeeccf48dacee3a3ca5c90 (plain)
1
2
3
4
5
6
7
//chapter 10 Ex 4
clc;
clear;
close;
n1=(28/100)*450+(45/100)*280;
n2=(50/3/100)*600-(100/3/100)*180;
mprintf("(i)28 percent of 450+45 percent of 280=%.0f\n (ii)50/3 percent of 600 gm-100/3 percent of 180 gm =%.0f gm",n1,n2);