/Guessing-Number-in-c-

Write a program in C that generates a number between 10 and 20 and asks the user to guess it. Provide some hint whether guess is too low or too high until user entered the correct guess. Sample Run: Guess the number(10-20) : 2 Too low! Try Again. Guess the number(10-20) : 10 Bravo! You guessed the number in 2 tries.

Primary LanguageC

No issues in this repository yet.