Search:

Type: Posts; User: DreamGod420

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,216

    Re: infinite maze issue

    ok, i copy and pasted the code in a new project and it ran fine. Thanks again!
  2. Replies
    4
    Views
    1,216

    Re: infinite maze issue

    I have removed the operand and replaced it with a boolean flag to make it easier and i'm still getting the same error. Here is my updated code:



    import javax.swing.JOptionPane;

    public class...
  3. Replies
    4
    Views
    1,216

    infinite maze issue

    So I'm trying to make an infinite maze for my beginner Java class, where the while loop will keep the user stuck until the 'secret word' is entered.
    The only issue I am having is that it is...
Results 1 to 3 of 3