What will the following loop output?

0123012012343210

Awesome. This will start outputting at 0 and finally output 3. After it outputs 3, i will increase to 4 and the condition will be false.

Close! This will start outputting at 0 and finally output 3. After it outputs 3, i will increase to 4 and the condition will be false.