summaryrefslogtreecommitdiff
path: root/1553/CH1/EX1.5/1Ex5.sce
blob: 53e6e61518c18bff654be6fc4d21ca7eca10f885 (plain)
1
2
3
4
5
6
7
//chapter 1 Ex 5
clc;
clear;
close;
//let value to be found is x
x=986*307-986*207;
mprintf("x=%.0f",x);