How do I get this loop to work? filein Unresolved
I have this snippet, and I want to know how I could traverse through the tokens of this file. As you can see, I read it with a Scanner, and I have infile as unresolved. It is understandable since infile is a Scanner, I mean, an object, but then how do I make that loop… Read More How do I get this loop to work? filein Unresolved