👤

what is the purpose of a comment line in writing program?​

Sagot :

at_answer_text_other

Comments' only purpose is to help you understand (or remember), or to inform others about how your program works. A single line comment begins with // (two adjacent slashes). This comment ends automatically at the end of a line. Whatever follows // till the end of a line will be ignored by the compiler.

at_explanation_text_other

Answer:

It tells the compiler to ignore (it will not be included)