Solved

Which One of the Following Statements Initializes the Color Variable

Question 52

Multiple Choice

Which one of the following statements initializes the color variable with the string "red"?


A) color = "red";
B) string color = "red";
C) "red" = string color;
D) string color("red") ;

Correct Answer:

verifed

Verified

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

Related Questions