Yes No LoopHaving an issue when user types more than one letter in my do while loop. It repeats "Would you like...
Local variblesAwesome! Thanks for the help, my only question I am left with is how do I declare getUserValue in th...
While loop failing with boolYou might want to go with a do while in this situation... [code] #include <iostream> #include <stri...
Local variblesI am having an issue with my local variables, I do not want global variables. My code works if I hav...
Do WhileExcellent point! Although after I made the modification I still had the same issue.