3.13 Developing Procedures

Procedures help manage complexity through procedural abstraction, which reduces repeated code and increases code readability.

How does procedural abstraction manage complexity?

Practice problems can be found in this Khan Academy link.

Go Back