The sz and pc commands each take more than one number as arguments. The sz
command takes two numbers. The first of these numbers represents the
distance left or right from the origin (the center of the screen). The
second number represents the distance up or down from the origin. Positive
numbers represent up or right and negative numbers represent down or left.
The pc command takes three numbers as arguments. These numbers represent a color using the RGB color model. RGB stands for RED, GREEN, and BLUE. The maximum value for each is 255 and the minimum value is 0.
Type in the following example to see how these commands work.
|
Challenge #1 |
Challenge #2 |
Challenge #3 |
Challenge #4 |