Multiple Choice
Which statement prompts the user for a name and then assigns the name to the string variable strName?
A) strName = InputBox("What is your first name?", "First Name")
B) strName = MessageBox.Show("What is your first name?", "First Name")
C) InputBox("What is your first name?", "First Name") = strName
D) MessageBox.Show "What is your first name?", "First Name" = strName
Correct Answer:

Verified
Correct Answer:
Verified
Q26: The following statement is valid.
Q62: The Substring method is used to extract
Q63: Which of the following statements declare the
Q64: Which statement assigns the date of the
Q65: Which of the following statements will NOT
Q66: What will be displayed when the
Q68: The joining of two strings together to
Q69: The statement lstBox.Items.Add("") clears all the text
Q70: Visual Basic always displays numbers in decimal
Q71: The function Math.Int will always round mixed