summaryrefslogtreecommitdiff
path: root/1553/CH1/EX1.1/1Ex1.sce
blob: 19fcbabaf0393b187d227511af47688ee42ca666 (plain)
1
2
3
4
5
6
7
//chapter 1 Ex 1
clc;
clear;
close;
//let value to be found is x
x=9587-7429+4358;
mprintf("x=%.0f",x);