i have to write this program
Create a simple game program that guesses a number.
Ask the user to think of a number between 0 and 7. Then ask three yes or no questions and a binary search to discover the answer. Input and guard the users answer with an abort exit if they type something that is not yes or no. There might be eight blocks in your program, one for each of the possible answers. Do not use a loop. Your knowledge of binary numbers should help you with this.
I need some idea of where to start
i have been doing C programming for about 2 weeks and my teacher doesnt really teach just passes out assignments.
any help would be appreaciated
thanks chris