Posted by: Pdfprep
Post Date: April 11, 2021
Which statement describes the benefit of using functions in programming?
A . Functions allow problems to be split into simpler, smaller groups, and reduce code repetition, which makes the code easier to read.
B . Functions ensure that a developer understands the inner logic contained before using them as part of a script or application.
C . Functions create the implementation of secret and encrypted algorithms.
D . Functions store mutable values within a script 01 application.
Answer: A