Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Introduction [2/8]

To run the program, click on the 'Run' button.

The println (PRINTLN) statement outputs text on the screen (println is short for print line).

Important:
All names are case-sensitive (purple is not PuRpLe nor Purple nor PURPLE).

The editor automatically colors the source code. This feature is known as syntax highlighting.

The disc function draws a disc. The disc function has the form:
disc(x, y, radius, color)

You can make changes to the given programs, if you like.

Loading...