Create a program that will attempt to guess the number that a member of the hiring committee is thinking between 1 and 100 (both included). After each numerical guess by displayed by the computer, a hiring member will reply “Lower”, “Higher”, or “Correct” verbally and the candidate can enter L or H or C at an input prompt from the program. The program should attempt to guess the number in a few attempts as possible.