Answered step by step
Verified Expert Solution
Question
1 Approved Answer
MATLAB- Write a script that will generate a random number 'n' in the range -100 to 100 then attempt to guess what the value of
MATLAB- Write a script that will generate a random number 'n' in the range -100 to 100 then attempt to "guess" what the value of n is by repeatedly generating a new random number in the same range until the two match. The script should then print how many tries it took to guess "n" correctly, as well as the value of n.
For example:
>> guess_n
It took 15 tries to guess n = 27
>> guess_n
It took 97 tries to guess n = -41
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started