STEP 9: We want to play against the computer, so it needs to choose rock, paper, or scissors too. To do this, we'll assign a number to each choice and then the program will pick one of the numbers using random.
- Go to and drag Random Integer to the bottom of your program.