Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Introduction [3/8]

Run the program first.

A statement is a basic unit of code.

Important:
Plain statements must be ended by a semicolon (;) symbol.

A text inside quotation marks is called a string. Strings are printed on the screen exactly as they are stated.

Besides strings, println statements can also print expressions. Expressions can use various operators like +, -, *, / .

Important:
Parts to be printed out must be separated by a comma (,) symbol.

Loading...