The following are true about documentation/comments:
- It helps in developing and maintaining correct programs when working in an individual or collaborative setting.
- It provides a way to acknowledge any code segments that were developed collaboratively or by another source (generally this acknowledgement is in the form of the author’s name and the origin of the code).
- It is used to describe the function of a code segment, procedure or program and how it was developed.
What is a Comment?
A comment is referred to a programmer-readable explanation
or annotation in the source code of a computer program.
Comments are used to perform the functions mentioned above
which is why the option D is the most appropriate choice.
Read more about Documentation/Comments here https://brainly.com/question/1504175