Question: In JAVA please 1.Define a class named Circle that represent a circle and contains: An int data field named radius that stores the radius of

In JAVA please

1.Define a class named Circle that represent a circle and contains: An int data field named radius that stores the radius of the circle. A constructor that accepts and creates a cirlce object with the specified radius. A default constructor that uses any default radius value. A getter method for each data. A setter method for each data. A toString method that returns the circle radius, eg 3. A area() method that returns the area of the circle.

2. Write an application CircleTest that creates two circle objects, one with a user-input radius and the other with a radius equal to a random integers between 5 and 15, inclusive. The program will:

  • - print to the screen the area of each circle

  • - swap the radii of the two circles

  • - print to the screen information about the two circles, i.e. toString method

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!