summaryrefslogtreecommitdiff
path: root/1553/CH4/EX4.8/4Ex8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH4/EX4.8/4Ex8.sce')
-rw-r--r--1553/CH4/EX4.8/4Ex8.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1553/CH4/EX4.8/4Ex8.sce b/1553/CH4/EX4.8/4Ex8.sce
new file mode 100644
index 000000000..655054120
--- /dev/null
+++ b/1553/CH4/EX4.8/4Ex8.sce
@@ -0,0 +1,13 @@
+//Chapter 4 Ex 8
+
+clc;
+clear;
+close;
+
+//(i)
+expr1=12.05*5.4/0.6;
+mprintf("The value of expression is %.2f",expr1);
+
+//(ii)
+expr2=(0.6*0.6)+(0.6/6);
+mprintf("\n The value of expression is %.2f",expr2);