Question: Write a program to solve a 10 times 10 maze. Prompt the user for the input text file which contains ten rows (ten characters on

Write a program to solve a 10 times 10 maze. Prompt the user for the input text file which contains ten rows (ten characters on each row, no space between characters). The following characters will be in the input file: '*'starting point '1' blocked path '0' possible path 'E' exit point This program should output coordinates of a possible path (starting from the starting point). If no possible path, print "no way out." Turn in: 1) Source code printouts don't forget to comment your code 2) A disk (CD/DVD or flash drive) with ONLY the pertinent *java and *.class files 3) Put everything into a folder 4) The instruction to run your program on DOS' command line in a README.txt file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
