Question: C++ Exercise 2 The Circle. In one program, write 3 separate functions, and use them. Calculate area of circle, parameter radius. Use math lib pow
C++
Exercise 2 The Circle. In one program, write 3 separate functions, and use them. Calculate area of circle, parameter radius. Use math lib pow function to help with calc: calcArea Calculate diameter of circle, parameter radius: calcDiameter Calculate circumference of circle, parameter radius:calcCircumference Test radius sizes: 5, 42, 12.30 Use filename: Week14YourNameProg2CircFn
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
