Write a C++ program to find the area and perimeter of a rectangle. area= length*width; perimeter=2(length+width);...

Posted Date: