diff options
Diffstat (limited to '1553/CH25/EX25.25/25Ex25.sce')
-rw-r--r-- | 1553/CH25/EX25.25/25Ex25.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1553/CH25/EX25.25/25Ex25.sce b/1553/CH25/EX25.25/25Ex25.sce new file mode 100644 index 000000000..f9c96f709 --- /dev/null +++ b/1553/CH25/EX25.25/25Ex25.sce @@ -0,0 +1,8 @@ +//Ch25_Ex25
+clc;
+clear;
+close;
+r=10.5;
+vol=(4/3)*(22/7)*r^3;
+surfaceArea=4*(22/7)*r^2;
+mprintf("Volume= %.0f cubic cm\n Surface Area=%.0f square cm",vol,surfaceArea);
|