do { } while (a!="quit"); not workingWell it isn't pretty, but it works! I think all I was looking for was the exit function, instead of ...
do { } while (a!="quit"); not workingHey thanks, I have only read up to the "Pointers" section in the tutorial and wanted to test my know...
do { } while (a!="quit"); not workingThis gives me three errors: [code]// do while sentinel #include <iostream> #include <string> ...
do { } while (a!="quit"); not workingThanks for your quick responses. I will review switches, but my goal here is to create a specific in...
do { } while (a!="quit"); not working[code]// do while sentinel #include <iostream> #include <string> using namespace std; int ...