Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    3
    Views
    1,370

    Re: Sorting parallel arrays project - HELP!

    To print the contents of the other arrays, you need to access elements in those arrays in the print/println/printf method just like you are accessing the element in the array whose values are now...
  2. Replies
    3
    Views
    1,370

    Re: Sorting parallel arrays project - HELP!

    What does the posted code do wrong? can you print the program's output that shows what the problem is?

    This method is useful for printing out the contents of arrays:

    System.out.println("an ID...
Results 1 to 2 of 2