Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Coordinate System Exercises [8/11]

This program draws a red disc and a green disc.

Exercise Coord 8.8-1 output image

Exercise: Connect the red disc and the green disc with a white line.

Solution

line(111, 222, 500, 100, /white);

Loading...