Learn to Program with ZedLX

Free Online Programming Course for Beginners

Simple Graphics [1/15]


Simple Graphics

This program draws multiple white circles. The circles have a radius of 15.
[Run the program]

The procedure circle is used to draw circles. It has the form:
circle(x, y, radius)

Exercises:

  1. In the first row of circles, change the radius to 25.
    [Run the program]

  2. In the second row of circles, change the radius to 30.

  • Track your progress by clicking the “Overview” button at the top left menu.
  • Take regular breaks to stay focused and refreshed.

Loading...