My Professor kept telling us that she wants us to use the System.lineSeparator();
to create an empty new line, she didn't specify any reasons, but basically said it was cleaner.
What's the difference and should I use it in the described manner over.
System.out.println("[your message]\n")
in contrast to
System.out.println("[your message]");
System.lineSeparator();