Create a Rectangle class, then implement coversZero() as an extension to Rectangle. The function returns true if the Rectangle covers the point (0, 0).
Rectangle
coversZero()
true
(0, 0)