Java Output Formatting

  • + 4 comments

    It's important to note that the '\n' newline character also adds a linefeed at the end. If you do not want the linefeed you should use "%n".

    --The Java Tutorial: Formatting