Multiple Choice
Assuming a string variable named movieTitle has already been declared, which one of the following statements combines the strings "The " and "Hobbit" and then assigns the resulting string to the variable?
A) movieTitle("The ", "Hobbit") ;
B) "The " + "Hobbit" = moveTitle;
C) movieTitle = "The " & "Hobbit";
D) movieTitle = "The " + "Hobbit";
Correct Answer:

Verified
Correct Answer:
Verified
Q6: Controls that display text have a _
Q7: A variable of the int data type
Q8: A Panel's border can be specified by
Q9: The Parse methods work even if the
Q10: Assuming an application has an exception object
Q12: A variable of the _ data type
Q13: Appending the letter M or m to
Q14: Mathematical expressions involving multiple operators are always
Q15: When you call the ToString method, you
Q16: The purpose of a variable declaration is