Question: Procedure: Create a new C++ program with the proper lab name. Write a C++ program that will ask the user for the radius of a
Procedure: Create a new C++ program with the proper lab name. Write a C++ program that will ask the user for the radius of a circle in centimeters. The radius entered needs to be an integer greater than 3. Create a table that calculated the circumference and surface area for circles with a radius ranging from 3 cm to the radius entered. Include the radius entered in the table. Example Output: Please enter a radius in cm greater than 3: 8 Radius Area Circumference 3 4 5 6 7 28.27 50.27 78.54 113.10 153.94 201.06 18.85 25.13 31.42 37.70 43.98 50.27 8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
