Build a Hangman game using StringBuilder. Keep track of (and display) each guessed letter. Show the current, most up-to-date set of dashes and revealed letters after each guess. You do not have to draw the hangman character for this lab. After 8 wrong guesses declare the user the loser. If all the letters get revealed before 8 wrong guesses, announce the user as the winner.