hi im trying to get this loop working. the user inputs what they would like to do and then an if statement compares the variable. but when i run it, it print the first cout statement in the loop two times in the beginnings or after 2 inputs it doesnt work. you might have to rename the variables because i have a big header file with classes and member data.
i was using that to stop the lines from coming up too much, but its not working either way. getting rid of cin.get() kind of helps but why does it put up 2 of the same lines right away?