summaryrefslogtreecommitdiff
path: root/1553/CH1/EX1.8/1Ex8.sce
blob: 63a239fbb45b61e6c2275b25002179d234d61dad (plain)
1
2
3
4
5
6
7
//chapter 1 Ex 8
clc;
clear;
close;
//let value to be found is x
x=475*475+125*125;
mprintf("x=%.0f",x);