Search:

Type: Posts; User: helloworld922

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    2,133

    Re: whats wrong with this one....

    yes on static members, not positive on non-static members, but I think yes there too.
  2. Replies
    9
    Views
    2,133

    Re: whats wrong with this one....

    Ok, here's what's wrong with the first code:

    you're initializing the static variable selection, but inside the main while loop, there is never an option to re-choose selection.

    To fix this, ask...
  3. Replies
    9
    Views
    2,133

    Re: whats wrong with this one....

    in your condition method, you're checking to see if a number is greater or equal to 4 and if a number is less than or equal to 0 and returning true, that means false only occurs when selection is...
Results 1 to 3 of 3