Can you order these lines into a do-while loop?

Perfect! We create i and open the loop with the do keyword. In it, we increase i by 1. Then we close the code block and finish with the while part.

Not quite! We create i and open the loop with the do keyword. In it, we increase i by 1. Then we close the code block and finish with the while part.