Question: Create a C# program in Visual Studios Console App Project named Averages that includes a method named Average() that accepts any number of numeric parameters,
Create a C# program in Visual Studios Console App Project named Averages that includes a method named Average() that accepts any number of numeric parameters, displays them, and displays their average.
For example, if 7 and 4 were passed to the method, the output would be:
7, 4 Average is 5.5
Test your function in your Main() run tests in Main() against Average() to determine if it works correctly when passed one, two, or three numbers, or an array of numbers.
Please add comments so I can better understand, Thank You.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
