Answer:
Paragraph
Step-by-step explanation:
Comments improve a computer program because while comments can help programmers understand source code and specify programmers' assumptions and intentions in an explicit way, bad or obsolete comments can negatively affect software quality by increasing the chance of misunderstanding among programmers. They can also be used to solve problems right away in case someone is not on online to help people. People can also be aware of dangerous cites and virus that lie in the computer. Lastly comments can help computer programs by in computer programming, a comment is a programmer-readable explanation or annotation in the source code of a computer program. They are added with the purpose of making the source code easier for humans to understand, and are generally ignored by compilers and interpreters.
I hope this helps!