In the program below, I'm trying to count the number of times the wrong letter is guessed, and then count it by one. My problem is that, even if the correct letter is guessed, it counts. How can I...