I want to not let the user proceed if they have entered anything that is NOT the character 'a', 'b', or 'c'.. When I run it and put in g, or something that is != to what I have in the condition of the While loop the program says invalid, try again..but when I put in 'a' when I am trying again it says "Invalid try again:" and then everything from that point on is invalid.. -_- What am I doing wrong?