Question: Question 4 (40 marks) Part A (20 marks) Write a program defines a class for a circle that will have member functions that set the

Question 4 (40 marks) Part A (20 marks) Write a program defines a class for a circle that will have member functions that set the center, find the area, find the circumference and display these attributes based on the main() function as follows: const int SIZE = 3; const double PI = 3.14; int main() Circles circle[SIZE] = {Circles (5, 1, 1), 4); for (int i=0; i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
