Question: Write a class called Circle. The Circle class will have 3 functions a constructor, getcircumference (0 and getArea (). When you create a Circle object
Write a class called Circle. The Circle class will have 3 functions a constructor, getcircumference (0 and getArea (). When you create a Circle object you must specify the radius. Here is an example of how you would call the Circle class from the main function. 7. Circle myCircle (2.34) double circ myCircle.getcircumference double area myCircle.getArea): cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
