How do you iterate through a line from a file that has multiple integers in that same line? For example, we have a line that has 73, 75, 80, 90, and 99. I want to get the largest integer between all the other integers. How do you do that?