Write a program that defines and then uses a class called rectangle. The rectangle class should have member functions that:
Write the program with good style: comments for each header, separate files for the headers (xxx.h), class implementation (yyy.cpp), and main program that demonstrates the use of your class. Make sure that you demonstrate each function.