Answers for "how to add a note in java"

0

how to add a note in java

Its actually called a comment, but you can make a single line one
//with two forwards slashes
/*
Or make a multi line comment with
a forward slash followed by an asterisk.
You can close the multi line comment
with an asterisk followed by a forward slash
*/
Hope that helped :D
Posted by: Guest on May-12-2021

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language