what is the comment symbol in java
Answers
Answered by
1
Answer:
Comments can be used to explain Java code, and to make it more readable. It can also be used to prevent execution when testing alternative code. Single-line comments start with two forward slashes ( // ).
Answered by
1
Answer:
Single line comments start with two forward slashes ( // )
Explanation:
Make me a briliant
Similar questions