create a class named rectangle that does the following. remember: spelling of your methods and class must follow the specification precisely! you need to provide an appropriate constructor, area method, eq method, and a method named contains. users of your class should be able to create new instances of rectangle using your constructor/initializer by passing it an x, y coordinate position which represents the lower left corner of the rectangle, a width for the rectangle, and a height for the rectangle. g