Question: please help me with this question using Matlab 20. Write a script (eg, called findmine) that will prompt the user for minimum and maximum integers,

please help me with this question using Matlab
20. Write a script (eg, called findmine) that will prompt the user for minimum and maximum integers, and then another integer which is the user's choice in the range from the minimum to the maximum. The script will then generate random integers in the range from the minimum to the maximum until a match for the user's choice is generated. The script will print how many random integers had to be generated until a match for the user's choice was found. For example, running this script might result in this output > findmine Please enter your minimum value: 2 Please enter your maximum value: 3 Now enter your choice in this range: 0 It took 3 tries to generate your number
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
