Search:

Type: Posts; User: blab

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    1,336

    Re: Multi dimensional array

    Long story short, user printf when you don't want to add a newline at the end, use println when you do. Or just use printf always and manually add the newline character to your string.
  2. Replies
    6
    Views
    1,336

    Re: Multi dimensional array

    System.out.println will always add a carriage return on the end. Use printf instead.
Results 1 to 2 of 2