Question: Problem Descnption: Define the Circle2D class that contains and ythat specify the center of the circle with get Two double data fields named methods. *


Problem Descnption: Define the Circle2D class that contains and ythat specify the center of the circle with get Two double data fields named methods. * A data field radius with a get method. .A no-arg constructor that creates a default circe with (0, for (x y) and 1 for radius A constructor that creates a circle with the specified x, y, and radius, A method getArea0 that returns the area of the circle Hint: The area of a circle s Ar (you can use Math.PI to get the value of ) * * A method getPerimeter0 that returns the perimeter of the circle Hint: The Perimeter of a circle is 2nr(you can use MathPI to get the value of ) A method is inside this circle. See Figure 1 (a). Hint: The point (x, y) is inside the circle if the distance between that point and the center of the circle is less than the circle radius (d
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
