Here is a quickie example for ya whome:


// The variable i is declared and initialized in the loop, which doesn't have to be the case.
for (int i = 0; i < 100; i++) { // the variable i is what...