Java Output Formatting

  • + 0 comments

    why we dont use in two different lines like: System.out.printf("%-15s",s1); System.out.printf("%03d%n",x);