summaryrefslogtreecommitdiff
path: root/1553/CH4/EX4.24/4Ex24.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH4/EX4.24/4Ex24.sce')
-rw-r--r--1553/CH4/EX4.24/4Ex24.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH4/EX4.24/4Ex24.sce b/1553/CH4/EX4.24/4Ex24.sce
new file mode 100644
index 000000000..d87fe2f2d
--- /dev/null
+++ b/1553/CH4/EX4.24/4Ex24.sce
@@ -0,0 +1,8 @@
+//chapter 4 Ex 24
+
+clc;
+clear;
+close;
+penBlack=1/8; penBlue=3.5;
+totalLength=penBlue/(1/2*(1-penBlack));
+mprintf("The total length of pencil is %0.0f",totalLength);