1. The system randomly generates a number from 1 to 100. <br>2. The user has a total of 5 chances to <br>guess the number . 3. If the number guessed by the user is greater than the number given by the system, print "too big". <br>4. If the user guessed If the number is less than the number given by the system, print "too small". <br>5. If the number guessed by the user is equal to the number given by the system, print "Congratulations" and exit the loop
正在翻译中..