Multiple choice What is not a benefit of using a sub program? Allows the code to be reusable There is less chance of errors Less copying and pasting of similar code 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.