Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Statement Lists [6/6]

The text between symbols /* and */ is called a multiline comment. A multiline comment can span multiple lines.

Exercise:

Rewrite this demonstrational program so that a statement list is used instead of the statement block.

Loading...