summaryrefslogtreecommitdiff
path: root/1553/CH4/EX4.26/4Ex26.sce
blob: 3401536ecc36f0b60e191058a3033c3856361f39 (plain)
1
2
3
4
5
6
7
8
9
10
//chapter 4 Ex 23

clc;
clear;
close;
bruised=1/30;
unsalable=3/4;
unsalableMangoes=12;
totalMangoes=unsalableMangoes/(unsalable*bruised);
mprintf("The total number of mangoes are %0.0f",totalMangoes);