diff options
Diffstat (limited to '1553/CH24/EX24.24/24Ex24.sce')
-rw-r--r-- | 1553/CH24/EX24.24/24Ex24.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH24/EX24.24/24Ex24.sce b/1553/CH24/EX24.24/24Ex24.sce new file mode 100644 index 000000000..93ddbca51 --- /dev/null +++ b/1553/CH24/EX24.24/24Ex24.sce @@ -0,0 +1,8 @@ +//chapter 24 Ex 24
+
+clc;
+clear;
+close;
+area=9856;
+radius=sqrt(area/%pi);
+mprintf("The length of rope is %d cm",radius);
|