summaryrefslogtreecommitdiff
path: root/1553/CH4/EX4.11/4Ex11.sce
blob: afd947797e2ce69bc5f826c411df7247f549caa8 (plain)
1
2
3
4
5
6
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);