Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I'm expected to create a guessing game where the computer generates a random number and raises/limits the upper/lower bounds accordingly when generating its guess of
I'm expected to create a guessing game where the computer generates a random number and raises/limits the upper/lower bounds accordingly when generating its guess of said number. when it finally guesses it, it should break the code and end.
however, I'm having an error message stating that the "bound must be positive", which is confusing as I don't see where it would have the bound be negative as the lower bound should always be smaller then the larger bound.
thanks for any help.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started