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(s): D