What is the purpose of a comment statement in a program?
A.
It provides documentation for the user so that they can use the program effectively.
B.
It provides instructions for the compiler to include header files needed to translate the program to machine language.
C.
It specifies an instruction to be executed when the program runs.
D.
It allows the programmer to make notes during program development that can be removed when the program is complete.
E.
It provides documentation for programmers so that they can understand what the program does when it runs.