View Single Post
Old 05-19-2012, 02:57 PM   PM User | #3
alykins
Senior Coder

 
alykins's Avatar
 
Join Date: Apr 2011
Posts: 1,608
Thanks: 37
Thanked 183 Times in 182 Posts
alykins will become famous soon enough
Quote:
Originally Posted by bingowinner View Post
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")
__________________

I code C hash-tag .Net
Reference: W3C W3CWiki .Net Lib
Validate: html CSS
Debug: Chrome FireFox IE
alykins is offline   Reply With Quote