Multiple choice

What is not a benefit of using a sub program?

  1. Allows the code to be reusable

  2. There is less chance of errors

  3. Less copying and pasting of similar code

  4. A lot more programming code

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

Subprograms are used to reduce code complexity and improve maintainability; they do not increase the amount of code required, but rather help organize it.