I've been struggling with this code for a while. I need help solving my if statement issue. The problem is that I need my if statement to print out one message if it's equal to a string value and do nothing if it doesn't match. I don't think I can use a strcmp because I only have one string to compare. I am new and I can't seem to get a general sense on the topic from any forums. Could we please keep it as beginner as possible? I want to learn, not just be told the answers. Does anyone know if C++ doesn't read strings in an if statement?