Learn to Program with ZedLX

Free Online Programming Course for Beginners

The Type color [5/11]

This program contains two errors. Still, it can be run.

Run the given program.

Values of members .r, .g and .b must be in the range 0–100.

Attempting to assign a value outside the given range will raise a runtime error.

Runtime errors cannot be detected by the computer before the program is executed.

Correct both errors and run the program.

Loading...