summaryrefslogtreecommitdiff
path: root/1553/CH24/EX24.10/24Ex10.sce
blob: 90eaad16fe24a2a3d8904c434ccba2ca7a3290a6 (plain)
1
2
3
4
5
6
7
8
//Chapter 24 Ex 10

clc;
clear;
close;
dia=3.8;
A=((dia)^2)/2;
mprintf("The area od the square whose diagonal is given is %.2f sq.meter",A);