Comments

Comments in a C++, Java, or C# program are meant to convey information to a human observer.

(Or in some cases to special programs such as documentation programs that are designed to use them.)

Comments are not intended to have any impact on the execution of the program.

Comments are completely ignored by the compiler.

Two kinds of comments are in common use by C++, Java, and C# programmers.

 

 

zz

zz

zz