+ 2
Can someone help me find why my code shows my losing output even when the correct values are entered (2,3,4)?
2 Respuestas
+ 2
you need to seperate cin for each input
cin>> guessA
cin>> guessB
+ 1
You did it, We're in!
Thanks. You helped me find my mistake I had my cin >> guesses separated with commas instead of >>
Although your way definitely would have worked as well.