Question: 11. Write a C function int rectArea (int len, int wid) that returns the area of a rectangle with length len and width wid. Test

11. Write a C function int rectArea (int len, int wid)

that returns the area of a rectangle with length len and width wid. Test it with a main program that inputs the length and width of a rectangle and outputs its area. Output the value in the main program, not in the function.

Sample Input 6 10 Sample Output The area of a 6 by 10 rectangle is 60.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Principles Algorithms And Systems Questions!