Search:

Type: Posts; User: Norm

Search: Search took 0.16 seconds.

  1. Replies
    4
    Views
    978

    Re: Problem with arrays

    What code do you expect to produce any output? I don't see any println() statements in the code.
  2. Replies
    4
    Views
    978

    Re: Problem with arrays

    What problems are you having with the program?

    The Arrays class's toString() method is useful for formatting an array for printing:
    System.out.println("an ID "+...
Results 1 to 2 of 2