Multiple Choice
Which one of the following statements declares the string variables city, state, and zip using a single declaration statement?
A) string city, state, zip;
B) string city, string state, string zip;
C) string city; state; zip;
D) string city_state_zip;
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q123: A form's field values remain in memory
Q124: A(n) _ variable belongs to the method
Q125: If you need to store numbers and
Q126: The Math class provides two predefined named
Q127: GroupBox controls do not have their own
Q129: When a user types something into a
Q130: A double variable is stored in a
Q131: An error occurs if a statement in
Q132: The _ method can be used to
Q133: A variable declaration specifies three things about