Question: Array of ball objects Design a Ball class that has member variables for the radius and colour of the ball. The class should have
Array of ball objects Design a Ball class that has member variables for the radius and colour of the ball. The class should have a member function getVolume that returns the volume of the ball. The volume of a sphere with radius r can be calculated using the following formula 4 Volume, V = Tr 3 Create an array of five Ball objects. The program should ask the user for the radius and colour of each ball object and then display the ball with the maximum volume.
Step by Step Solution
There are 3 Steps involved in it
The task is to design a Ball class that includes member variables for the radius and color of the ba... View full answer
Get step-by-step solutions from verified subject matter experts
