Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

The Type color [9/11]

By modifying the intensity of the red component, this program draws discs with colors ranging from violet to magenta.

The named argument ln of println statement specifies the line number. When using a named argument in a println statement, all arguments need to be placed inside square brackets.

After running the program, try modifying the value of the argument ln in the println statement.

Loading...