Introduction
The //
characters start a comment which extends until the end of the line. The program ignores the comment, their purpose is for explaining the code to a human reader.
// This line is a comment.
Comment out line no. 6 Please comment out this line
.
//
at the start of line no. 6.