Question: C# (Sharp): Using visual studio a). Make a math library with 3 methods with the same name (overload): First method accepts 2 integer parameters and
C# (Sharp): Using visual studio
a). Make a math library with 3 methods with the same name (overload):
First method accepts 2 integer parameters and returns the larger number.
Second method accepts 3 integer parameters and returns the larger number.
Third method accepts 4 integer parameters and returns the larger number.
b). Make a console application that will use and test your library methods.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
