summaryrefslogtreecommitdiff
path: root/1553/CH4/EX4.11/4Ex11.sce
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH4/EX4.11/4Ex11.sce')
-rw-r--r--1553/CH4/EX4.11/4Ex11.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1553/CH4/EX4.11/4Ex11.sce b/1553/CH4/EX4.11/4Ex11.sce
new file mode 100644
index 000000000..afd947797
--- /dev/null
+++ b/1553/CH4/EX4.11/4Ex11.sce
@@ -0,0 +1,7 @@
+//Chapter 4 Ex 11
+
+clc;
+close;
+clear;
+expr=4-(5/(1+(1/(3+(1/(2+(1/4)))))));
+mprintf("The Value of expression is %.3f",expr);