Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 534 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 534 Bytes

Name

Guess the number Game

Description

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.

Usage

  1. User inputs a number
  2. User has to guess the number as an input
  3. 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.