Your assignment is to write a program that repeatedly asks the user for a number. After each number is inputted, the program displays how many numbers have been entered so far, the sum of all the numbers that have been entered so far, the average of all the numbers that have been entered so far, and the largest number that has been entered so far. If the user enters done
, the program should end, displaying some final message. If the user enters any other string that is not a number, the program should reject the input and ask the user to enter a number.
This assignment is due Wednesday, July 16th before class.