Question: Write a class in C++ for a circle. The members of the class should be: Fields: radius Methods: area-calculates and returns the area of a

Write a class in C++ for a circle. The members of the class should be: Fields: radius Methods: area-calculates and returns the area of a circle circumference-calculates and returns the circumference of the circle. Then in your main function instantiate two object from your class and assign radii of 1 and 2. Then for each object display in the console window
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
