Introduction to Programming > Comments > Flashcards
to start a single line comment
//
to start a comment that spans over multiple lines
/*
to end a comment that spans over multiple lines
*/
what are multiple line comments usually used for
to comment out a section of code