Program: Write a program that asks the user to enter the two sides of a rectangle.
The program will then display the perimeter and area of the rectangle. Both output values will be labeled and formatted with two decimal places.
You need to implement this in C++ language. You need to provide the answer as soon as possible.