summaryrefslogtreecommitdiff
path: root/1553/CH3/EX3.9/3Ex9.sce
blob: 51b5c26f8e8edd8ee663978675b1f2100add3702 (plain)
1
2
3
4
5
6
7
//chapter 3 Ex 9
clc;
clear;
close;
//let value to be found is x
x=2.68*.74;
mprintf("x=%.4f",x);