So everytime I try to get the "if else" statement to work, it never does for me. I will give you my example in this case. I am trying to input the word "hello" and get a response of "Hi". However, I always seem to get this problem whereby it runs both the cout of the "if" statement and also the cout of the "else" statement, despite them both being a different paremeter to check. Can someone give me the answer? Thanks for your time.