What does this code output?
System.out.print("I "); System.out.println("want pie.");
I want pie.
I
want
pie
I wantpie
want pie.