Write a program that will allow the user to enter series of numbers and will giv
ID: 3697149 • Letter: W
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 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 enter”x” 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