isSearchComplete = false;Hope, I don't get killed after this.... :D :D :D :D
while (!isSearchComplete) {
if (isBeautiful(girlAtHand)) {
isSearchComplete = true;
exchangeRings();
break;
} else {
girlAtHand = getNextGirl();
}
}
.
.
.
.
.
.
.
.
.
.
.
.
.
more_beautiful_girl_1
more_beautiful_girl_2
and intelligent too!!!
.
.
.
.
exchangeRings();
isSearchComplete = false;