Question
Write down a program that generates a casual number between 1 and 100 and asks user to guess what the number is. If the user's guess is upper than the random number, program should display "Too high. Try again." If the user's guess is lesser than random number, program should display "Too low. Try again." The program must use a loop that repeats until user correctly guesses the random number. Then the program should display "Congratulations. You figured out my number".