Answer:
i<6 is the "end guard". This means that the loop continues while this is true, and ends when this is false.
i++ is the "continuation", it is the operation executed when the loop continues. i++ increases the value of i by one.
3.4m questions
4.3m answers