Write a program that will accept as input between 2 and 25 numbers and then calculate the average of the numbers.
* Make sure you use floating-point numbers in case the average is not a whole number.
* You should create the program to work in a loop to accept the input until you instruct the program that no more input is forthcoming and to then calculate the average.
* Your output should include the numbers used as input and then the average of the input numbers.