SyntaxFix
Write A Post
Hire A Developer
Questions
+"\n" + can be added in print command to display the code block after it in next line
E.g. System.out.println ("a" + "\n" + "b") outputs a in first line and b in second line.