Below is a copy of my Hangman project... I am missing a couple more functions and I don't know how to enhance it... Here are the things I want it to do: 1) I want it to determine the scores for the player. 2). I want it to display the letter that had already been guessed. 3) and I want it to determine when the winner wins...
TRY THE CODE FORYOURSELF:
import java.io.*;
import java.util.Rando m;
...