Write a program that lets the user play the game of rock, paper,
Write a program that lets the user play the game of Rock, Paper, Scissors against the computer. The program should work as follows. 1. When the program begins, the user is asked to seed the random number generator, and a random number in the range of 1 through 3 is generated. If the number is 1, then the computer has chosen rock. If the number […]