Question: C++ Programming Due 9/19/2017 12:00 I already did the first homework and the code is uploaded. I need help on the second homework, and it
C++ Programming
Due 9/19/2017 12:00
I already did the first homework and the code is uploaded. I need help on the second homework, and it should be based on the first homework.



Homework 1 - Maze Hand in hard copy of your code. Be prepared to run your code in class Write a program that creates a 10 by 10 maze. Represent the maze as an array of characters, where'* is a wall. Here is an example char maze[10][10] = Here is an example display. The entrance is on the upper left and the exit is on the lower right E* k * In homework 2 we will add a robot and, using random numbers, have it find a path out of the maze OPTIONAL Store your maze in a text file, and read it in rather than initializing it in your code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
