Write a Guessing a number game application:
application will generate a random no between 1 and 20.
user guess the value by entering from the console
Check if the guess value matched with random number or not, if matched show the guessing value, random value and the no. of attempts.
Write a Guessing a number game application: application will generate a random no between 1 and 20. user guess the value by entering from the console Check if the guess value matched with random number or not, if matched show the guessing value, random value and the no. of attempts.