Solved

In the Declaration: Dim Color as String = "Blue

Question 54

Multiple Choice

In the declaration: Dim color As String = "blue"


A) the String literal color is assigned to the String variable "blue"
B) the String variable color is assigned to the String literal "blue"
C) the String literal "blue" is assigned to the String variable color
D) None of the above

Correct Answer:

verifed

Verified

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

Related Questions