Guess the number Game
Guess the number game is console application written in C++. User first inputs a number and then user passes the device to another person to try to guess the number. Program will tell if the number is too small or big to help guessing.
- User inputs a number
- User has to guess the number as an input
- If the number is too big or small. Program will let you know. 4 If the guessed number is number to guess then program will congratulate the user and end the program.