after a loop i need a next line
is there any simple way to do it other than
System.out.println();
i need a simple method like
for( ) {
}
/n;
it is too much of work to write a one big line
Tell me the simplest method to next line.
New contributor
Fake is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1