Hello, I am brand new to C++ programming. Sorry if this is simple, I looked it up a lot.
I am wondering if there is a way to press Y or N to a question, and if No return to the question answered. For example, my code asks for the users name. After they type their name, it asks if it is correct. If they made a mistake, and press N, it will return to the question. Is this possible? I will also be adding more questions later and wondering if I will be able to return to those questions in the event of No answer. Thank you!