In many programming languages you can generate a random number between 1 and a limiting value named LIMIT by using a statement similar to random Number = random(LIMIT). Create the logic for a guessing game in which the application generates a random number and the player tries to guess it. Display a message indicating whether the player's guess was correct, too high, or too low. (After you fi nish Chapter 4, you will be able to modify the application so that the user can continue to guess until the
correct answer is entered.)