summaryrefslogtreecommitdiff
path: root/1553/CH24/EX24.21/24Ex21.sce
blob: efde14fd4d03b8c5648e3abed83fc4d3947905ae (plain)
1
2
3
4
5
6
7
8
//chapter 24 Ex 21

clc;
clear;
close;
area=72;
h=sqrt(area/2);
mprintf("The height of parallelogram is %d cm",h);