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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!