Quote:
Originally Posted by bingowinner
I tested this in Eclipse and within the command line area, there is whitespace printed out. Do you believe this would be considered something printed out?
|
sorry, just saw that line

oops-
I would write that it writes a line break to the console (or a new line feed)... or to be more technical saw there is a line feed or you could even be slightly 'cocky' and say that it prints the escape \n (note not "\n" bc that would be System.out.println("\\n")