summaryrefslogtreecommitdiff
path: root/1553/CH4/EX4.18/4Ex18.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH4/EX4.18/4Ex18.sce')
-rw-r--r--1553/CH4/EX4.18/4Ex18.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1553/CH4/EX4.18/4Ex18.sce b/1553/CH4/EX4.18/4Ex18.sce
new file mode 100644
index 000000000..ee2143dc9
--- /dev/null
+++ b/1553/CH4/EX4.18/4Ex18.sce
@@ -0,0 +1,7 @@
+//chapter 4 Ex 18
+
+clc;
+clear;
+close;
+ans=(100-1/49)*245;
+mprintf("The simplified value is %d",ans);