Consider the following input:
This is the first line of text.
This is the second line of text.
Assuming you have a brand new Scanner object named scanner that was created to read from this text. Assume nothing has been read from the Scanner yet. If scanner.nextLine() is called, what will be returned?
This is the first line of text.