Common Loop Errors

Some of the more common loop programming errors:

We do not need braces around a loop body when it consist of only a single statement. However, when there are more than a single statement in a loop body, we must enclose it within braces. Otherwise, only the first statement would pertain to the repetition control statement.

Fook Yuen Sin - Team 1