Multiple choice

The process of repeating sequence of instructions over and over again is called

  1. break statement

  2. continue statement

  3. iterative control structure

  4. selection structure

  5. switch statement

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

This structure allows a user to repeat a group of instructions until specified condition becomes false.