Answer: D, To add comments to lines of code
Explanation:
All of the following are reasons we use subprograms except ?
Group of answer choices
A. For code that will be reused
B. To simplify code
C. To help us organize longer programs
D. To add comments to lines of code
Subprograms do not add comments to the code, this must be done by the programmer.
(Hope this helps)