need help with assignment
Csci 151 Spring 2002 March 12, 2002

Use the VC++ IDE on the lab pc’s to create a program that allows the user to enter )from the keyboard) from 2 to 5 numbers and calculate the average of the numbers entered. Display the average to the screen. If the answer has a zero fractional part, display it. That is, don’t just display the whole number (e.g. 5 numbers totalling 25 would be 5 for an average, but display 5.0 )

Allow the user to reset and find another average and keep doing this until they wish to quit. Don’t force them to end the program and begin again each time they want an average of a series of numbers.