Question: Use the partial code in: rectangle array struct then use console input,scanf to read each rectangle Width (W) and Length (L) as following 1st rectangle:

Use the partial code in: rectangle array struct then use console input,scanf to read each rectangle Width (W) and Length (L) as following 1st rectangle: W=1,L=2 2nd rectangle: W=3,L=4 3rd rectangle: W=5,L=6 4th rectangle: W=7,L=8 5 th rectangle: W=9,L=10 Add a function that returns the area of rectangle given its W and L. You must report the area of each rectangle. NOTE: use for loop to facilitate repetition
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
