summaryrefslogtreecommitdiff
path: root/1553/CH4/EX4.8/4Ex8.sce
blob: 655054120fd5f6cfd7666735eb6164912085fb0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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);