i have something like
while(playAgain==true) { cout<<\"new game\"<
If you don't have to avoid goto statement, you can write
goto
while (a) { while (b) { if (c) { goto LABEL; } } } LABEL: