Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #107.55K
~2K People Reached
Favorite Forums
Favorite Tags
java x 1

1 Posted Topic

Member Avatar for vobiahu

im actually working on this exact same problem, my difficulty is when you guess a letter correct i dont know how to properly reveal the letters in the secret message. here is my code i[CODE]mport java.util.Scanner; public class Hangman { public static void main(String[] args) { intro(); playGame(); } public …

Member Avatar for Nick Evan
0
2K

The End.