What is wrong with my do…while logic, and continue logic?
问题 I'm new to stackoverflow, and also somewhat new to programming, so please don't mind my poor formatting of the code. I have two problems with my code. My continue statement, which I'm using to continue the loop if the player types 'y' or 'Y', doesn't work. It terminates the program after only getting the guess correctly, which leads me to: 2.My continue counter goes past 0 without stopping, and I just can't see my error in the logic of the program. I can't see the problems with my logic.