Question: C++ 1. (Practice) a. Write a function that calculates the area, a, of a circle when its circumference, . is given. This function should call
1. (Practice) a. Write a function that calculates the area, a, of a circle when its circumference, . is given. This function should call a second function that returns the radius,r, of the circle given c The relevant formulas are r-c/2 and a-mr2. b. Write a C++ program that accepts the value of the circumference from the user, calculates the radius and area, and isplays the calculated values Your program should use the func tions written for Exercisela.- )
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
