Write a program called FourRectanglePrinter that constructs a Rectangle object, prints
its location by calling System.out.println(box), and then translates and prints it three
more times, so that, if the rectangles were drawn, they would form one larger rectangle.
From Big Java 4th Edition
Need help computing the correct answer