And to make a rock paper scissors game wouldn't you:
1. Get the users input (I call this varible "you" in the example)
2. Get a random number
3. if the random number is 1 a varible equals rock, 2 paper, 3 scissors (I call this varible "me" in the example)
4. then like (or should I use cout?):
5. ask user for Y or N (I call this varible "yorn" in the example)
6. if "yorn" is Y then redo, if its N "return 0;", or if its other ask again
Or am I wrong?
------------------
