diff options
Diffstat (limited to '1553/CH24/EX24.10/24Ex10.sce')
-rw-r--r-- | 1553/CH24/EX24.10/24Ex10.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH24/EX24.10/24Ex10.sce b/1553/CH24/EX24.10/24Ex10.sce new file mode 100644 index 000000000..90eaad16f --- /dev/null +++ b/1553/CH24/EX24.10/24Ex10.sce @@ -0,0 +1,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);
\ No newline at end of file |