Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Variables [9/14]

This program contains an error.

Correct the error and run the program.

Solution (click)

The variable radius must be introduced before it is used.

#num radius = rn(200)+30;

Exercise:

Paint the circles in various colors.

Loading...