Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

check50 bug with CS50P/Wk4/Adieu #271

Open
vinter423 opened this issue Aug 10, 2024 · 0 comments
Open

check50 bug with CS50P/Wk4/Adieu #271

vinter423 opened this issue Aug 10, 2024 · 0 comments

Comments

@vinter423
Copy link

vinter423 commented Aug 10, 2024

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant