I have a integers.txt file and I want to read it in and then find the average of all the numbers. I know I need a loop counter? But how does my calculation look and where would it be? Outside the while loop? How would I (add up all the numbers) / (loopcounter) = output?