Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Simple Graphics [10/15]

This program draws four discs and three lines.
[Run the program]

Exercise

1. Draw a line connecting the fourth disc and the bottom tip of the other lines.

Solution

line(480, 200, 350, 440);

Loading...