Multiple choice

Structured programming code includes

  1. sequencing

  2. alteration

  3. iteration

  4. all of the above

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

Structured programming is built on three fundamental control structures: sequence, selection (often called alteration), and iteration (loops).