While loop failing to begin ignoring if statements and conditions as a result
问题 I'm working on a program that is a guessing game. However the loop for identifying whether an individual guessed the correct number fails to even begin I get this: Player 1: Type a number between 0 and 99 and press return: 1 Type the number of guesses that player 2 gets and press return: 1 Sorry you are out of guesses. You lose. The loop terminates before it even begins and I can't figure out how to make it work. This is the code for the loop: printf( "Type the number of guesses that player 2