Java Output Formatting

  • + 0 comments

    This is what official documentation saids: A new line character appropriate to the platform running the application. You should always use %n, rather than \n.