Hey im 16 and a beginner to C++ just trying to learn it on my own to get rdy for college. Now i m writing a math quiz (lol) for exercise and im wondering how to use if commands to reset/ or continue with program. For example like this

Code:
cout<<"Are you ready to begin the test? Yes/No:\n";
  if ( Yes ) {
 continue with program    }
  
  if ( No ) {
  reset program }
Its a little vague and wrong but i think you guys should know what im talking about