Hangman game guessing the word "apple"
Allowed 7 wrong answers
Uses a boolean variable called playerwon to see if player has won
Contains a separate procedure called makeGuess which takes in wordToGuess, letter, and guessedWord
Construct a pseudocode answer by drag&dropping and reordering lines from the left to the right.