0
C++ How To Add user choice
I have to make a game .. rock paper scissors how to add user choice to the code ?
1 Answer
+ 2
just use 'cout' to ask the user for input and 'cin' to get users input.
I have to make a game .. rock paper scissors how to add user choice to the code ?