Question: C++ Write a complete program that will calculate the area and circumference of a circle after the user enters the radius. Display the radius, area,
C++ Write a complete program that will calculate the area and circumference of a circle after the user enters the radius. Display the radius, area, and circumference to the user at the end of the program. The c++ command for pi is M_PI. You must also have the following line in your code: #include to use the pi command . To test your program, execute the program using: Run 1: radius of 6.7 inches Run 2: radius of 16 inches.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
