Assume that a file containing a series of integers is named numbers.txt. Write a program that calculates the average of all the numbers stored in the file and prints the average to the screen.
Print only the average to the screen, with no formatting. The following sample run shows an example.
Sample Run
49.6