summaryrefslogtreecommitdiff
path: root/1553/CH24/EX24.21
diff options
context:
space:
mode:
Diffstat (limited to '1553/CH24/EX24.21')
-rw-r--r--1553/CH24/EX24.21/24Ex21.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH24/EX24.21/24Ex21.sce b/1553/CH24/EX24.21/24Ex21.sce
new file mode 100644
index 000000000..efde14fd4
--- /dev/null
+++ b/1553/CH24/EX24.21/24Ex21.sce
@@ -0,0 +1,8 @@
+//chapter 24 Ex 21
+
+clc;
+clear;
+close;
+area=72;
+h=sqrt(area/2);
+mprintf("The height of parallelogram is %d cm",h);