Would the while command be useful for doing loops in C++? I have a value set to yes and while the value was yes, the program would continue looping. Inside the loop I asked the user whether or not they wanted to continue. And then the loop ends when the user says no or inputs anything other than...