Question: MATLAB code: Write a script let to play a simple number guessing game as follows. The script should generate a random integer in the range

MATLAB code:

Write a script let 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.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!