Rectangle Class
Understand the implementation of a Rectangle class with different operations.
We'll cover the following...
Problem
Design a class called Rectangle containing data members top, left, bottom, and right ...