39.8k views
3 votes
although not all programming environments support documentation in the form of comments, when programmers use one that does support it, they should be adding comments throughout the programming process. although the comments are ignored by the compiler when executing, they are still useful. which of the following are true about documentation / comments? group of answer choices

User Samxiao
by
4.7k points

1 Answer

2 votes

Answer:

The answer to the question is "all of the above."

Step-by-step explanation:

This is because it is used to describe the function of a code segment, procedure or program and how it was developed, it helps in developing and maintaining correct programs when working in an individual or collaborative setting, and it provides a way to acknowledge any code segments that were developed collaboratively or by another source (generally this acknowledgment is in the form of the author’s name and the origin of the code).

User Carlosayam
by
5.4k points