Question: Write two function to compute the perimeter and area of a rectangle given the length and width of the rectangle. In C language. The program
Write two function to compute the perimeter and area of a rectangle given the length and width of the rectangle. In C language.
The program (main) should prompt the user to enter the length and the width.
Area = length * width
Perimeter = 2 * length + 2 * width
In C language.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
