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