Computer Science, asked by aaditipatil976745671, 6 days ago

statement is used to write comment in a program​

Answers

Answered by mihirmakwana03
0

Answer:

Comment statement is used to write comments in a program​

Explanation:

The comment statement is used to write comments in a program.

To write comments in programs different programming languages have different methods.

In C++, Java, JavaScript single line comments can be written after // and Multiline comments are written between /* --comments-- */

In python single line comments are written after # and Multiline comments are written between """ --comments-- """

Similar questions