Comments Flashcards
1
Q
to start a single line comment
A
//
2
Q
to start a comment that spans over multiple lines
A
/*
3
Q
to end a comment that spans over multiple lines
A
*/
4
Q
what are multiple line comments usually used for
A
to comment out a section of code