Question: Write a C# application that asks the user to input the required data to implement the three methods below: (Use Method Overloading to write the
Write a C# application that asks the user to input the required data to implement the three methods below: (Use Method Overloading to write the methods) Method Area that takes as input, integer values l (length) and w (width), calculates the area of a rectangle, and displays it. [Area = lw] Method Area that takes as input, double values B (base) and h (height), calculates the area of a parallelogram, and displays it. [Area = B h] Method Area that takes as input, a double value B (base) and an integer value h (height), calculates the area of a triangle, and displays it. [Area = 1/2 Bh]

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
