Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: I/O List.java

    by Norm
    Replies
    4
    Views
    1,944

    Re: I/O List.java

    That sounds like a search. Take an element from the second list and search the first list.

    When posting code, please wrap your code with
    <YOUR CODE HERE> to get highlighting
  2. Thread: I/O List.java

    by Norm
    Replies
    4
    Views
    1,944

    Re: I/O List.java

    How do you want to compare the arrays?
    If element by element, use a loop with an if test to compare the elements from each array.
    Otherwise explain what you mean by comparing the arrays.
Results 1 to 2 of 2