PROGRAMMING
PROJECT
7
Due at the beginning of Lab 8
This programming project may be done individually or in groups of two. If you work with a teammate, hand in one copy of your code with both names on it. It is okay to get help from the TAs and/or the instructor if you get stuck, but you should try to do it on your own first. Keep in mind that the goal is not just getting the program to work but learning how to write programs yourself; outside help will not be available to you during the exams. Also remember that you may not work with the same person on more than two of the programming projects for this course.
For this project you will implement a recursive function to solve the Towers of Hanoi puzzle. This is Programming Exercise P5.23 on p. 232.
Turn in a printed copy of your complete program.