summaryrefslogtreecommitdiff
path: root/1553/CH4/EX4.33/4Ex33.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH4/EX4.33/4Ex33.sce')
-rw-r--r--1553/CH4/EX4.33/4Ex33.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH4/EX4.33/4Ex33.sce b/1553/CH4/EX4.33/4Ex33.sce
new file mode 100644
index 000000000..dc82a9b3f
--- /dev/null
+++ b/1553/CH4/EX4.33/4Ex33.sce
@@ -0,0 +1,8 @@
+//chapter 4 Ex 33
+
+clc;
+clear;
+close;
+Eachday=20; idleFortified=3; twoMonths=60; wageTwoMonths=280;
+idleDays=(Eachday*twoMonths-wageTwoMonths)/(Eachday+idleFortified);
+mprintf("The worker remained idle for %d days",idleDays);