Comments are a very important part of the code. There purpose is to explain the code and its purpose.
There are 2 ways to write comments. Single line comments start with //. Any text written after // is part of the comment.
Multiple lines comments start with /* and terminate with the characters */