languague c++
Write a program to demonstrate the use of STACKS. Thescenario is as follows:
There is a MAZE.
There is a mouse inside the maze.
The mouse must find the exit from the maze.
When the user clicks the letter C or c a CAT is added to themaze. The cat will run through the maze and if it finds the mouseit should eat it and the game is over!
User can add as many cats as he/she wants (Maximum10)
cannot use the stl library,