A tree view of the P4 directory should look like this: P4/ ├── Java.jpg ├── Student.jpg ├── Success.jpg ├── DoNotPass.jpg ├── Maze1.txt ├── Maze2.txt ├── Maze3.txt ├── Maze4.txt ├── Maze5.txt ├── bin/ └── src/ └── Maze.java |
// Create maze String fileName = args[0]; Maze maze = new Maze(fileName); System.out.println("Maze name: " + fileName); // Get dimensions int mazeWidth = maze.getWidth(); int mazeHeight = maze.getHeight(); System.out.println("Maze width: " + mazeWidth); System.out.println("Maze height: " + mazeHeight);Once all files are in place, follow these steps:
7 is a prime number.
6 is not a prime number.
11 may or may not be prime.
* is the multiplication operator.
Not sure if ? is an operator.
Processing the open command.
Unknown command: whatever