Solving RPS



RPS involves a lot of issues, so the best way to solve it is to break it up and work on the pieces one at a time.  Here is one way to go about it...

1.  Write a program that reads in a user's choice, picks the computer's choice, then prints them out.

2.  Write a program that plays a single game.

on to next stage...