Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Thread: Need help fixing

    by Norm
    Replies
    3
    Views
    1,060

    Re: Need help fixing

    I don't see any calls to the println() method that prints out the values of the variables used in the if statement. The println must be before the if statement so you can see the values of all the...
  2. Thread: Need help fixing

    by Norm
    Replies
    3
    Views
    1,060

    Re: Need help fixing

    Try debugging the code by adding some println statements that print out the values of the variables used in the if statements so you can see what the computer sees and maybe understand what the...
Results 1 to 2 of 2