MCQOPTIONS
Saved Bookmarks
| 1. |
A sub procedure is valuable because it: |
| A. | makes code easier to maintain. |
| B. | splits the logic to solve a problem into small, manageable units. |
| C. | limits the number of times the code can be accessed. |
| D. | Both a and b. |
| Answer» E. | |