Hey guys, I'm working on a game (still) that is based upon a scrambled word that the user guesses. So far everything is working great except one thing. If the word has more than one of the same letter, whenever I type it, it adds all of the instances of that character. This is the code I'm using. What am I ...