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