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

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -