Page 1 of 1

C language - modify the guessing program that it uses more intelligent guessing strategy. The computer guesses, for exam

Posted: Fri Apr 29, 2022 7:08 am
by answerhappygod
C language - modify the guessing program that it uses more
intelligent guessing strategy. The computer guesses, for example
have it start with 50 and have user state higher or lower or
correct. If say the guess is low, have the next guess be halfway
between 50 to 100 that is 75. If that guess is too high between 50
to 75, and so on.