Multiple Choice
The RGB values of Color.GREEN are:
A) 0,128,0.
B) 255,0,0.
C) 0,0,255.
D) 0,0,0.
E) 255,255,255.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: To produce graphical output with JavaFX, we
Q33: In horizontal lines, the startX and endX
Q34: Why do you need to imagine a
Q35: The RGB values of Color.ORANGE are:<br>A) 255,0,0.<br>B)
Q36: How is the clearRect( double x, double
Q38: In the method strokeRect( 10, 20, 100,
Q39: The name of the method you would
Q40: RGB stands for _.
Q41: In the method call strokeRect( 10, 20,
Q42: The strokeLine, strokeRect, and strokeOval methods are