Question: 1. Write a program that finds the perimeter and area of a rectangle. It should prompt the user for the length and for the width

1. Write a program that finds the perimeter and area of a rectangle. It should prompt the user for the length and for the width of the rectangle, then calc display the area and the perimeter. Add comments in your code. Area of a rectangle = length x width Perimeter of a rectangle =2 (length + width)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
