Solved

Which of the Following Statements Correctly Displays an Input Box

Question 4

Multiple Choice

Which of the following statements correctly displays an input box?


A) strUserInput = Input("Enter your First Name")
B) strUserInput = Input("Enter your First Name", "Name")
C) strUserInput = InputBox(Enter your First Name, Enter Name)
D) strUserInput = InputBox("Enter your First Name", "Enter Name")

Correct Answer:

verifed

Verified

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

Related Questions