i got given this problem for homework here it is : create a simple hang man game with a set of related words in an array. these words should be selected randomly from the array and the correct number of characters in the selected word should be indicated on the screen. the player guesses letters from the word and, if these are in the word they are placed in the correct postion, otherwise one life is lost. the player as six lives.
the system should:
the things that i have underlined i cannot do please help below is my code in a windows form application :-