Search:

Type: Posts; User: JavaPF

Search: Search took 0.10 seconds.

  1. Replies
    11
    Views
    9,197

    Re: Last Problem - 2-D Array Maze problem

    Yeah the requirements help out a lot. It's basically step by step. No excuse for not completing this :rolleyes:
  2. Replies
    11
    Views
    9,197

    Re: Last Problem - 2-D Array Maze problem

    Thats the main reason why I set up these forums, these types of questions are perfect for practasing Java and keeping your skills up to date.

    Your code looks very good. Nicely split into methods...
  3. Replies
    11
    Views
    9,197

    Re: Last Problem - 2-D Array Maze problem

    Good work Chris, Peter ows you!

    Not much chance of passing the course otherwise =))
  4. Replies
    11
    Views
    9,197

    Re: Last Problem - 2-D Array Maze problem

    This will get you started...



    import java.util.Scanner;

    public class Dungeon {

    public static String option;
  5. Replies
    11
    Views
    9,197

    Re: Last Problem - 2-D Array Maze problem

    Hello Peetah05,

    You need to start this very much like the other assignment we helped you with. You will need a Scanner class which reads the users input from the console. You can also use the...
Results 1 to 5 of 5