Search:

Type: Posts; User: david185000

Search: Search took 0.21 seconds.

  1. Re: problem searching for a String element in a parallel array

    Im afraid I dont have a clue what that means

    :-s
  2. Re: problem searching for a String element in a parallel array

    I see. So Ive assigned information to the array in addTeamInfo()

    How do I make that information accessible from the main method?

    Im sure this is easy enough. However Im using java for the first...
  3. Re: problem searching for a String element in a parallel array

    Hi guys thanks for your replies and the welcome!
    Ive included my code for the entire program in case there are any obvious flaws, but I really am perplexed at why this loop isnt working. Ill press...
  4. problem searching for a String element in a parallel array

    Hi guys

    I have a parallel array of 5 team names and 5 scores

    The user enters a team to search for and it is stored in the variable team

    this is my code


    String team;
Results 1 to 4 of 4