Monday, January 26, 2009

For Loop

for (initializer; condition; iterator) {
// code to execute while condition is true
}

No comments: