Solved

Which Statement Prompts the User for a Name and Then

Question 67

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:

verifed

Verified

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

Related Questions