Write a program that can evaluate multiple direction lists


Problem

Write a better version of the program called maze_runner_plus.cpp that can evaluate multiple direction lists. Let's use the semicolon symbol that must be used at the end of each direction in the input.

Assuming that the input file multiple_directions.txt looks as follows:

D D L R D D L R R U R R ; D RRRR ABLQPO D D L L R D V LL RRRR ; D D D L CST D D RRRR DD ;
When we run the program with that input, the output should evaluate all of the directions and print them each on its own line:

$ ./maze_runner_plus < multiple_directions.txt You are stuck in the maze. You got out of the maze. You got out of the maze.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Write a program that can evaluate multiple direction lists
Reference No:- TGS03233131

Expected delivery within 24 Hours