So, the program i am to creating is reading in the above input.txt file. The first number of each line represents a StudentID. The following 3 numbers are grades of the student. However, my problem is that i need to read in ONLY the studentID portion and ignore the following 3 grades for the moment. I just have no clue how I should go about reading in the 48604394, then skip to the 83304736. The program should run regardless of how many studentIDs there are.