PSEUDOCODE HELP Im running into trouble trying to figure out

PSEUDOCODE HELP. Im running into trouble trying to figure out how to write this. any help would be appreciated.

In many programming languages you can generate a random number between 1 and a limiting value named LIMIT by using a statement similar to randomNumber = random(LIMIT). Create the logic for a guessing game in which the application generates a random number and the player tries to guess it. Display a message indicating whether the player’s guess was correct, too high, or too low.

Solution

PSEUDOCODE FOR GUESSING GAME:

Select a random number between 1 and LIMIT
Get a guess from the user
While the guess is incorrect
if it\'s too high then print \"TOO low...\"
if it\'s too low then print \"Too high...\"
Get another guess from the user
print \"guess was correct\"

PSEUDOCODE HELP. Im running into trouble trying to figure out how to write this. any help would be appreciated. In many programming languages you can generate a

Get Help Now

Submit a Take Down Notice

Tutor
Tutor: Dr Jack
Most rated tutor on our site