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