Solved

Which of the Following Constructors Would Produce the Color White

Question 4

Multiple Choice

Which of the following constructors would produce the color white?


A) Color whiteColor = new Color(0, 0, 0) ;
B) Color whiteColor = new Color(255, 0, 0) ;
C) Color whiteColor = new Color(255, 255, 0) ;
D) Color whiteColor = new Color(255, 255, 255) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions