- 1 (45.58 KiB) Viewed 18 times
3. Write a program that reads and finds the following: a. Circumference and area of any circle. Circumference = 2π * rad
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
3. Write a program that reads and finds the following: a. Circumference and area of any circle. Circumference = 2π * rad
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³