diff options
Diffstat (limited to '1553/CH24/EX24.28')
-rw-r--r-- | 1553/CH24/EX24.28/24Ex28.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1553/CH24/EX24.28/24Ex28.sce b/1553/CH24/EX24.28/24Ex28.sce new file mode 100644 index 000000000..caf5db008 --- /dev/null +++ b/1553/CH24/EX24.28/24Ex28.sce @@ -0,0 +1,9 @@ +//Chapter 24 Ex 28
+
+clc;
+clear;
+close;
+circum1=440; path=14;
+r=circum1/(2*(%pi));
+Radius=r+path;
+mprintf("The radius of outer circle is %d meter",Radius);
\ No newline at end of file |