2) Write a program that will calculate the minimum, maximum, and average of a se
ID: 1823714 • Letter: 2
Question
2) Write a program that will calculate the minimum, maximum, and average of a series of numbers. The program reads numbers that the user enters from the keyboard. The program should continue until a negative number is entered and will then output the mix, max, and average of all the positive numbers entered. The output box should use VBCRLF to format the message like:You entered # numbers.
Min: #
Max: #
Average: #
Calculate the min and max manually, not using any min or max built-in functions. Tip: You don