java - Don't understand \n -


could me understand how same result usint \n?

system.out.println("balance: " + balance); system.out.println(); 

i have tried

system.out.println("balance: " + balance +\n); 

not working. don't know whether possible or not.

system.out.println("balance: " + balance +"\n"); 

Comments

Popular posts from this blog

mod rewrite - Using "?" when rewriting the URL -

.htaccess: Transfer name to index.php if not directory public -

Admob integration with pygame in android -