summaryrefslogtreecommitdiff
path: root/1553/CH1/EX1.3/1Ex3.sce
blob: de2c9934dc9b29d51b2d35332bafa1f5b978e473 (plain)
1
2
3
4
5
6
7
//chapter 1 Ex 3
clc;
clear;
close;
//let value to be found is x
x=839478*625;
mprintf("x=%.0f",x);