well, i have this question ->to write a simple hangman games where user A enters a phrase to guess. Then the program should display the phrase where characters are changed to *. Eg. "hello" is displayed "*****"
Then user B has to enter 5 valid consonants, eg. h,l and a single VALID vowel eg. o
the program should then display the phrase with the guessed characters, eg.
h*llo
i have to write its code in java
i would be grateful if someone could help me about this
thanks alot