Question
C# Write a program that allows any number of values between 0 and 100 to be entered. Prompt the user for a new score if
C#
Write a program that allows any number of values between 0 and 100 to be entered. Prompt the user for a new score if they specify a value less than 0 or greater than 100 or if the value is not an integer numeric value (e.g. if they enter alphabetic character(s)). Store the values in an array. After the user stops entering data, calculate the average (arithmetic) after excluding the lowest and highest scores. Also calculate the median value (also excluding the lowest and highest scores). Display the average, the median, the lowest score (i.e. the one discarded), the highest score (i.e. the one discarded). The user should specify no more data by having an empty line response. For a console read, hitting enter with no data string provided.)
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started