Introduction - If you have any usage issues, please Google them yourself
For this assignment, your mission is to write a program that plays the game of Hangman.
As an assignment, Hangman serves two purposes. First, the program is designed to give
you some practice writing programs that manipulate strings and files. Second, by
extending the program using the graphical tools from Chapter 9, you will have a chance
to work with multiple classes in a single application.