Question: In C# don't use arrays. Write a program that reads in positive values. A negative value indicates the end of the list. Your program than
In C# don't use arrays. Write a program that reads in positive values. A negative value indicates the end of the list. Your program than prints out the average of the positive values (arithmetic mean), the highest value and the second highest value. In a list with only one item, the highest and second highest will be that value.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
