Write a script le to play a simple number guessing game as follows. The script should generate
Question:
Write a script le to play a simple number guessing game as follows. The script should generate a random integer in the range 1, 2, 3, . . . , 14, 15. It should provide for the player to make repeated guesses of the number, and it should indicate if the player has won or give the player a hint after each wrong guess. The responses and hints are as follows:
■ “You won” and then stop the game.
■ “Very close” if the guess is within 1 of the correct number.
■ “Getting close” if the guess is within 2 or 3 of the correct number.
■ “Not close” if the guess is not within 3 of the correct number.
Fantastic news! We've Found the answer you've been seeking!
Step by Step Answer:
Related Book For
Question Posted: