Search:

Type: Posts; User: Freaky Chris

Search: Search took 0.07 seconds.

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

    If you wish to return to Uni with a working knowledge of Java then you need to find Google ;)

    Here is a simplified version of what you are doing.

    public class Example {
    private int...
  2. Re: problem searching for a String element in a parallel array

    The clue to the solution is in the Scoping laws & masking. It's an easy fix.

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

    Thanks to scoping laws you killed yourself lol. You declared teaminfo as a global variable, correct. But then when you assign all the teams to it you have declared it as a local variable. So the...
  4. Re: problem searching for a String element in a parallel array

    Firstly, Welcome to Java Programming Forums I hope you find all the help you need here and more!

    Been a while since I actually practiced Java lol, But i cannot see any flaws in what you have done,...
Results 1 to 4 of 4