C++ How To Add user choice | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C++ How To Add user choice

I have to make a game .. rock paper scissors how to add user choice to the code ?

15th Oct 2018, 5:26 PM
vanni
1 Answer
+ 2
just use 'cout' to ask the user for input and 'cin' to get users input.
15th Oct 2018, 5:29 PM
Ulisses Cruz
Ulisses Cruz - avatar