Draw a state diagram for a hangman system. The hangman system presents a bunch of underlines and a picture of a noose. The user is trying to guess a word that the system knows but the user does not. When the user guesses a letter correctly, the letter is revealed in all the places in the word. When the user guesses incorrectly, the picture gains a body part (2 arms, 2 legs, a head and a body). When all body parts are displayed, the game is over. When the game ends without all body parts, the user wins. Please use Star UML for this and submit it to moodle.