Computer Science, asked by mayur712, 6 months ago

4. Statements that are ignored by the compiler in java

Answers

Answered by crazygirl60
1

Answer:

Comments are used to document what a program is for and how a program is constructed. Comments help the programmers or users to communicate and understand the program. Comments are not programming statements and are ignored by the compiler.

Answered by souravsharmastudy21
0

Answer:

The second is called a Block comment and refers usually refers to a paragraph of text. A block comment has a start symbol and an end symbol and everything between is ignored by the computer.

Similar questions