Question: Create a program named IntegerStatistics whose Main() method declares an array of 10 integers. Call a method to interactively fill the array with any number

Create a program named IntegerStatistics whose Main() method declares an array of 10 integers. Call a method to interactively fill the array with any number of values up to 10 until a sentinel value is entered. If an entry is not an integer, keep prompting the user to enter it. Call a second method that accepts out parameters for the highest value in the array, lowest value in the array, sum of the values in the array, and arithmetic average. I'm the Main() method, display all the statistics. C#

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!