Search:

Type: Posts; User: Junky

Search: Search took 0.12 seconds.

  1. Re: Java error correcting, testing for a square issue i think

    What happened when you tried it? You did try it instead of wasting time asking us, didn't you?
  2. Re: Java error correcting, testing for a square issue i think

    In an OR statement only one condition has to be true.

    When x == 1, x != 4 is true
    When x == 4, x != 1 is true
    When x == 9, x != 1 is true

    Your if statement will always be true no matter what...
Results 1 to 2 of 2