i used to use c++ and when i came to a situation like that i always did a do while loop. lets see if i can remember. do something like this.

str choice = "Yes"

Do While(choice == "Yes")

'select code goes here

cout << "Again";
cin >> choice

Loop


i know my syntax is bunk, but that should get you going