Learn to Program with ZedLX

Free Online Programming Course for Beginners

Simple Graphics [10/15]

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

Exercise

1. Add a line connecting the fourth disc and the bottom point of the other lines.

Solution

line(480, 200, 350, 440);

Loading...