Write a C++ program which accepts a number as standard input and prints the steps to solve the "Towers of Hanoi" to a text file. Modify the "SolveTowers" function on p91 to send the output to a file instead of the screen.