Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Coordinate System Exercises [7/11]

This program draws one pink line.

Exercise Coord 8-1 output image

Exercise: Draw a green disc touching the top edge of the screen, the left edge of the screen and the pink line.

Solution

disc(120, 120, 120, /green);

Loading...