Problem:
Question- Create a class named Area. Include three overloaded methods that compute the area of a rectangle when two dimensions are passed to it. One method takes two integers as parameters, one takes two doubles, and the third takes an integer and a double. Write a Main( ) method that demonstrates each method works correctly. Save the program as Area.cs.
Please describe the function of main method.