Hello,
I am new to C++ and I am trying to create a program but I am not sure where to start exactly.
Program purpose : Person/Player is asked to enter a number between 1 and 100. The computer randomly guesses a number and the player says whether its (h)igher or (l)ower or (c)orrect.
The computer has 6 tries to guess the number or the player wins. If the computer guesses the number in 6 tries then the player loses.
I am not really sure how to go about doing this.
I know I have to declare a value for MIN and MAX as well as creates a variable for the number of tries and the player number.
Any help is appreciated. Thanks!