Write a C++ program which allows the user to play the game "Tower of Hanoi" with 8 disks. See https://en.wikipedia.org/wiki/Tower_of_Hanoi for rules of the game. We use the following conventions.
Here is an example of the screen output during a game: see image.