The first number is posted telling what random number was selected, I did this for testing purposes, in the real thing it would not be there. Since the random number was 3, I entered a 3 when prompted, they matched so I got the You got it message.
Pick a random number from 1 to 5.
4.
When I guessed 4, I got You got it.
This is comparing not equal
Now I am in the third version of the program that lets you decide whether or not you want to play again.
the random number.
Now we are looking at the logic for the Rock, Paper, Scissors game you need to write. The computer needs to generate a number from 1 to 3 and the user needs to enter a number from 1 to 3.
Help with homework.