12345678
char response; //don't need initial value, though its always recommended to have one do { stuff cin >> response; things } while(response == 'y' || response == 'Y')