In the following two Java output statements, System.out.println("Hello. Welcome to this program."); System.out.print("Tell me your favorite number: "); why do you think the first uses println and the second uses print?