Question: IT 1 4 0 Higher / Lower Game Sample Output Overview Maria has asked you to create a program that prompts the user to enter
IT HigherLower Game Sample Output
Overview
Maria has asked you to create a program that prompts the user to enter the lower bound and the upper bound. You have decided to write pseudocode to design the program before actually developing the code. When run, the program should ask the user to guess a number. If the number guessed is lower than the random number, the program should print out a message like "Nope, too low." If the number guessed is higher than the random number, print out a message like "Nope, too high." If the number guessed is the same as the random number, print out a message like "You got it
Note: The output messages you include in your pseudocode may differ slightly from these samples.
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
