Search:

Type: Posts; User: GregBrannon

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,217

    Re: infinite maze issue

    Post your code in code tags.

    Your program seems to work fine here. I suspect you're having a development environment, IDE, or IDE setup problem.
  2. Replies
    4
    Views
    1,217

    Re: infinite maze issue

    Do not compare String objects using ==, !=, <=, <, >, . . . etc. Use the equals() method.
Results 1 to 2 of 2