summaryrefslogtreecommitdiff
path: root/1553/CH3/EX3.12/3Ex12.sce
blob: 756fd90b2c8fa0b8e22e1f2b7ba6c8b0131f9eba (plain)
1
2
3
4
5
6
7
8
9
10
11
//chapter 3 Ex 12
clc;
clear;
close;
//let value to be found is x and y
x=0.006/.6; 
y=80*.025;

mprintf("(i)x=%.2f",x);
mprintf("\n(ii)y=%.0f",y);