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;
Showing posts with label Girls. Show all posts
Showing posts with label Girls. Show all posts
Saturday, May 4, 2013
Coding Exercise: Am I engaged?
Subscribe to:
Posts (Atom)
