Multiple choice

Which of the following statements is used to execute sequence of statements multiple times?

  1. Condition

  2. Loop

  3. Label

  4. None of above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

A loop is a control structure that repeats a sequence of statements until a specific condition is met.