Assume you have a Scanner object reading from the following text, and the Scanner has currently read just past the word 'first':
This is the first line of text.
Here is the second sentence.
What will be returned if you call scanner.next()?
line