Archive for August, 2008

Looping Statements Doesn’t loop?

Sunday, August 10th, 2008

Image Source: www.pragprog.com Did you know that looping statements doesn’t loop the whole if-else statement if you put an if-else statement in the looping statement? That’s right. Looping statements only goes through the if-else statements once. Once the looping statement activates the statements inside the if-else statement, the looping statement will ...