+ 2
How do you tell a program to go to next line
8 Answers
+ 2
Java
+ 2
where should I put it before or after the string
+ 2
thanks
+ 1
Normally "\n" but what language are you using.
+ 1
Within
E. G.
"Hi. /nMy name is Josh"
Hi.
My name is Josh
For more info Google "Java special characters"
+ 1
That's OK.
0
Then "\n" will indicate a new line in a String.