Problem
The Rectangle class of the standard Java library does not supply a method to compute the area or the perimeter of a rectangle. Provide a subclass Better Rectangle of the Rectangle class that has get Perimeter and get Area methods. Do not add any instance variables. In the constructor, call the set Location and set Size methods of the Rectangle class. Provide a program that tests the methods that you supplied.