SyntaxFix
Write A Post
Hire A Developer
Questions
\n
This means insert a newline in the text at this point.
Just example
System.out.println("hello\nworld");
Output:
hello world