Which of the following will result in an off-by-one error?
Incrementing the loop variable twice in the body
Using < instead of <= in the loop condition.
<
<=
All of the above.
Forgetting to initialize the loop variable.