Question: I need help with this in C program. 3. Write a C program to calculate the area and perimeter of a rectangle. Input: 7,5 (e.g.
I need help with this in C program.
3. Write a C program to calculate the area and perimeter of a rectangle. Input: 7,5 (e.g. height, width are in same unit) Output: Area: 35 Perimeter: 24 You can use scanf to read the height and width
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
