Multiple choice

Which of the following types of programming uses only while loops and control structures, but not goto statements?

  1. N-version programming

  2. Structured programming

  3. Defensive programming

  4. None of these

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

Structured programming uses only while loop and control structures, but not goto statements.