Question: write a Mazesolver class in Java. Needs to prompt user for a maze filename and then explore the maze. display how many exits were found

write a Mazesolver class in Java. Needs to prompt user for a maze filename and then explore the maze. display how many exits were found and the positions of valid exits. please leave comments.
write a Mazesolver class in Java. Needs to prompt user for a
maze filename and then explore the maze. display how many exits were

mazec 35 \# \# \# \#\# \#\# Note, user input is in bold face blue and underlined text is required mazeA Please enter the maze filename: project1-testA.txt You entered project1-testA.txt \# \# \#\#\#\#\# #### \# \# \# \#\#\# \# \# \# \# \#\#\#\#\# \# \# \# \#\#\#\#\#\#\#\#\# Found 1 exit at the following positions: 1,4 mazeB Please enter the maze filename: project1-testB.txt You entered project 1 -testB.txt \#\#\#\#\#\#\#\#\#\#\#\#\#. \begin{tabular}{l} ### \\ ######## \\ \hline \end{tabular} \#\# \#\# \# \#\#\#\#\# \#\# \# \# \# \# \#\#\#\#\#\#\#\#\#\#\#\#\# Unsolvable

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!