Problem
Write program to perform 20 clockwise rotations on the Rubik's Cube that are read in from the file: solution.txt. Your program must parse the input from a file containing the output of your Mix-Cube program. An example of a possible solution.txt file was provided above and your program must be able to parse the file accordingly. All of the rotations should be clockwise rotations and can be performed on the Rubik's Cube by using the rotateSideCW( ... ) function. Upon completion, the program will let you know if you have correctly solved the Rubik's Cube. This should be solved by the sample file provided