hello people i new in c++,i have to program a (rock,scissors,paper)game i have 2 errors with cin
"Error 1 error C2679: binary '>>' : no operator found which takes a right-hand operand of type 'const char [13]' (or there is no acceptable conversion) Error 2 error C2679: binary '>>' : no operator found which takes a right-hand operand of type 'const char [14]' (or there is no acceptable conversion)"
I see that you are using cin to print out onto the console and capture input. I used cout to print out "first choice" then used cin to capture input for x(same goes with y). Also, I put breaks in your while loops so they do not continue forever.