I have to make two classes, one is to import a file and display the integers in the file. The other class has to take the integers from the first class and use them to calculate things like the average, the highest, the total, and I am completely stumped...please help!!!

P.S. I was able to import the file in the first class, but I'm stuck at step one on the second class