The program works as follows: you (the user) thinks of an integer between 0 and X(whatever number you like). The computer makes guesses, and you give it input - is its guess too high or too low? Using bisection search, the computer will guess the user's secret number!