To implement a Rectangle class which stores its position and size, you could use four integer instance variables x, y, width, height or you could use four Point instance variables that store the coordinates of the four corners 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.