a single line comment is represented by the symbol _____ in java
Answers
Answered by
6
Answer:
// symbol
Explanation:
A single line comment is represented by the // symbol.
Answered by
3
// forward slashes because the end of line is ignored by Java
Similar questions