Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    4
    Views
    1,927

    Re: Looping through an Array.

    The API doc address: Java Platform SE 6

    Scroll down in the lower left for the String class.
  2. Replies
    4
    Views
    1,927

    Re: Looping through an Array.

    Look at the methods of the String class such as indexOf(). The equals() method isn't the one to use here.
    you need to have two loops: one to look at each name and within that loop, another loop to...
Results 1 to 2 of 2