Question: Write a C# GUI program named GuessAWord (which some call The Hangman Game ). In which a player guesses letters to try to replicate a
Write a C# GUI program named GuessAWord (which some call The Hangman Game). In which a player guesses letters to try to replicate a hidden word. Store at least eight words in an array, and randomly select one to be the hidden word. (The statements needed to generate a random number is shown in previous exercise and in Exercises in Decision Making and Looping chapters.) Initially, display the hidden word using asterisks to represent each letter. Allow the user to guess letters to replace the asterisks in the hidden word until the user completes the entire word. If the user guesses a letter that appears multiple times in the hidden work, make sure that each correct letter is placed in the hidden word. You will want to include a start button that selects the random word and performs other start-up tasks before you reveal the game interface. After the start-up tasks are complete, you can remove the Start button from the form.
It should look like this:

GuessAWord b a Missed: c, Word Length: 7 Submit Letter Submit Word
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
