Search:

Type: Posts; User: jts0541

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    2,253

    red means error blue means critical parts ...

    red means error
    blue means critical parts

    //initialize temporary field
    String temp = "";
    //open the file
    File file = new File("maze.txt");

    Scanner input...
  2. Replies
    6
    Views
    2,253

    Re: Declaring static character array

    I get illegal start of expression and other wierd errors saying the array cannot be found, but it says them on lines that don't even have code on them???
  3. Replies
    6
    Views
    2,253

    Declaring static character array

    I can't figure out how to declare a static two dimensional array.
    I tried...

    static char [][] array = new char [numberOfRows][numberOfColumns];

    static final char [][] array = new char...
Results 1 to 3 of 3