Learn to Program with ZedLX

Free Online Programming Course for Beginners

Simple Graphics [4/15]

This program is for demonstration purposes only.
[Run the program]

Important:
Do not analyze this program in detail, as it contains features that will be explained later.

This program visualizes the screen's coordinate system.

The x-coordinate increases to the right, and the y-coordinate increases downwards. Coordinates are written as a pair (x,y).

The top left corner of the screen is at coordinates (0,0).

Loading...