Which statement describes the benefit of using functions in programming?
- Functions ensure that a developer understands the inner logic contained before using them as part of a script or application.
- Functions create the implementation of secret and encrypted algorithms.
- Functions allow problems to be split into simpler, smaller groups, and reduce code repetition, which makes the code easier to read.
- Functions store mutable values within a script or application.
Reveal Solution Next Question