Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Matlab only no round(log) no fprint simple please do only #16 i only attached #15 so you know what the guessing game is 16. Improved

Matlab only no round(log) no fprint simple please do only #16 i only attached #15 so you know what the guessing game is

image text in transcribedimage text in transcribed

16. Improved guessing game. Write a program, ImprovingGuessing.m, in which the guessing game automatically repeats over and over until the user quits. Add the ability for the user to quit the program by inputting a "q" or a "0."At that point, print out the average number of guesses the user needed. In the previous example, the user only needed three guesses. If they have adopted a clever strategy, what is the maximum number of guesses the user should need on average? 15. Number guessing game. Write a program, guessing.m, that does the following: The computer generates a random integer between 1 and 20 (inclusive). The computer displays I am thinking of a number between 1 and 20. It prompts the user to input a guess. While the guess is not equal to the computer's number, it tells the user whether the guess was too low or too high, and prompts for another guess. When the user guesses the right number, the computer congratulates the user and ends the game. (Hint: Use a while loop.) A run of the program (for which the user guessed 10 and 15 before correctly guessing 13) might look something like this: >> guessing I am thinking of a number between 1 and 20. Enter your guess: 10 Too low Enter your guess: 15 Too high Enter your guess: 13 Right

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions