Page 1 of 1

3. Write a program that reads and finds the following: a. Circumference and area of any circle. Circumference = 2π * rad

Posted: Thu May 26, 2022 9:26 am
by answerhappygod
 1
1 (45.58 KiB) Viewed 19 times
3. Write a program that reads and finds the following: a. Circumference and area of any circle. Circumference = 2π * radius Area = π * radius² b. surface area and volume of any regular cylinder SideSurfaceArea = 2π * radius * height Volume = π * radius² * height c. circumference and area of any ellipse 2 Circumference = 2π 1/2 (height) ² + (width) ²) width Area = π * height 2 * 2 d. surface area and volume of any sphere SurfaceArea = 4 * * radius² 4 Volume = (-3) * π * radius³