First of all, I kinda dont know is this mean (English is my 7th lag)
I got the first part but now the second part:
1 2 3
A. Write a statement that defines an array of 5 objects of the Circle class. Let the default constructor execute for each element of the array.
B. Write a statement that defines an array of 5 objects of the Circle class. Now pass the following arguments to the elements’ constructor: 12, 7, 9, 14 and 8.
C. Write a for loop that displays the radius and area of the circles represented by the array that you defined in part B of this problem.