Q. A sub procedure is valuable because it: (Solved)
1. makes code easier to maintain.
2. splits the logic to solve a problem into small, manageable units.
3. limits the number of times the code can be accessed.
4. Both a and b.
- d. Both a and b.
1. makes code easier to maintain.
2. splits the logic to solve a problem into small, manageable units.
3. limits the number of times the code can be accessed.
4. Both a and b.