Givens length L and breadth b of N rectangle. The task is return maximum area of the rectangle in c language
Answers
Answered by
0
Answer:
Input : Number of Rectangles, Length and Breadth of N Rectangles
Output: Maximum Area of Rectangle
Your task is to declare the function Calculate_Area() which returns the maximum area.
Input:
1
3
1 2 3 4 5 6
Output:
30
Similar questions