summaryrefslogtreecommitdiff
path: root/1553/CH4/EX4.26
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH4/EX4.26')
-rw-r--r--1553/CH4/EX4.26/4Ex26.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1553/CH4/EX4.26/4Ex26.sce b/1553/CH4/EX4.26/4Ex26.sce
new file mode 100644
index 000000000..3401536ec
--- /dev/null
+++ b/1553/CH4/EX4.26/4Ex26.sce
@@ -0,0 +1,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);