Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Variables [14/14]

This demonstrational program contains an error.

Correct the error and run the program.

Solution (click):

A semicolon (;) is missing.

#num radius=40;

Colors are explained in the next chapter.

Exercise:

Change the initial value of the variable radius to some other value in the range from 10 to 100. Try several different values.

Loading...