summaryrefslogtreecommitdiff
path: root/1553/CH1/EX1.4/1Ex4.sce
blob: 39ef7e632efddb4013c370901a51baf40973f3b0 (plain)
1
2
3
4
5
6
7
//chapter 1 Ex 4
clc;
clear;
close;
//let value to be found is x
x=976*237+976*763;
mprintf("x=%.0f",x);