After some issues

I had an issue when initially due to the way I had my cin stuff. When testing before the if-else statement it worked fine but it caused the if-else statement to always be false. After I fixed it, I realized that I had not actually compiled the fixed code and the error was gone after that. Here is a screenshot of the code after the fix. Initially, I had std::cin >> GuessA, GuessB, GuessC; The if-else statement did not like that syntax.

1 Like

Nice job!

Privacy & Terms