(This exercise should be used in conjunction with Exercises 1 and 3.) Write a definition for a
Rectangleclass. Provide two
Pointinstance variables,
topLeftand
bottomRight,which establish the top-left and bottom-right corners of the rectangle, respectively. Provide a two-parameter constructor that initializes
topLeftand
bottomRight.Provide a
shiftRightmethod that shifts the rectangle in the x direction by the value of the method’s
doubleparameter,
shiftAmount.Provide a
shiftUpmethod that shifts the rectangle in the y direction by the value of the method’s double parameter,
shiftAmount.Make each of these methods return values that enable chaining. Provide a
printCentermethod that displays the x and y values of the center of the rectangle.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.