COMMENTS IN PROGRAMS
A comment is some text that is included in a program for
the sake
of human readers. Comments are not an executable part of the program
and are used typically to explain to software developers and engineers
what the program does and how it
works. Nearly all
programming languages have provisions for inclusion of comments.