Mouse and Maze (Part 2)
Problem: Write a program that will input a 2 D array from the user. The array will be the structure of a maze. The 1s in the array will represent the path where the mouse can move and 0s in the array will represent walls. There is a big piece of cheese in the maze … Read more Mouse and Maze (Part 2)