Prerequisites: Basic course part I
Write a program that lets the user enter a number of numbers, one by one, and calculate the average. The user finishes the input with x. Only print the average.
You do not need to handle the case that the user does not enter any numbers.
-- Output from your program will be here --