Hi guys. I have been looking everywhere for an answer and couldn't find one. I am a beginner in c++ and I have an assignment. The assignment asks to read a set of face values from a txt file, and depending on the face value, it will print out "doubled" ,"tripled", etc. I first defined a string face value and then i used getline to read the individual values. So far i can echo the face values just fine. My question is, how can i make a certain face value output certain things.