1.
- loop
- A statement that executes repeatedly while a condition is true or some condition is satisfied.
- infinite loop
- A loop whose condition is always true.
- body
- The statements inside the loop.
- iteration
- One pass through (execution of) the body of the loop, including the valuation of the condition.
- tab
- A special character, written as \t in C++, that causes the cursor to move to the next tab stop on the current line.
Match each phrase with the corresponding definition by dragging the phrase into the appropriate box.
Try again!