Question: Write a program named Averages that includes a method named Average that accepts any number of numeric parameters, displays them, and displays their average. For

Write a program named Averagesthat 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 ouput would be:

7 4 -- Average is 5.5 

Test your function in your Main(). Tests will be run against Average()to determine that it works correctly when passed one, two, or three numbers, or an array of numbers.Write a program named Averagesthat includes a method named Average that accepts

Instructions Averages.cs 1 using static System.Console; 2 public class Averages Write a program named Averages that includes a method named Average that accepts any number of numeric parameters, displays them, and displays their average. 4 public static void Main() 5 6 7 // Write your main here For example, if 7 and 4 were passed to the method, the ouput would be 7 4 Average is 5.5 Test your function in your Main() Tests will be run against Average() to determine that it works correctly when passed one, two, or three numbers, or an array of numbers

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!