Question: Write a program that: - asks the user to enter the number of simulations - have the computer pick a random number from 1 to
Write a program that:
- asks the user to enter the number of simulations
- have the computer pick a random number from 1 to 100
--- your method that checks the guess should return:
----- -1 if the guess is too low
----- 0 if the guess matches
----- 1 if the guess is too high
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
