You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The assignment for Game stipulates that the program should reject "non-positive" guesses, but the only "non-positive" guess check50 tests for is 0 - not any negative numbers. This allows a version of your program that allows negative integer guesses and responds with "Too Small!" every time before reprompting, instead of immediately reprompting as the assignment stipulated it should, while still passing all green :)
The text was updated successfully, but these errors were encountered:
The assignment for Game stipulates that the program should reject "non-positive" guesses, but the only "non-positive" guess check50 tests for is 0 - not any negative numbers. This allows a version of your program that allows negative integer guesses and responds with "Too Small!" every time before reprompting, instead of immediately reprompting as the assignment stipulated it should, while still passing all green :)
The text was updated successfully, but these errors were encountered: