Question: Write a program that will allow the user to enter series of numbers and will give some useful statistics about the numbers. This program should
Write a program that will allow the user to enter series of numbers and will give some useful statistics about the numbers. This program should be composed of two events: Enter Numbers Button Click Allow the user to enter series of numbers using input dialog boxes. Use a loop and add the numbers to the listBox as they are input,. Prompt the user to enterx to stop adding numbers. Compute Statistics Button Click Compute the following statistics from the numbers in the listBox: Count, Sum, Average, Minumum, Maximum, Count of even #s, Count of negative #s
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
