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”)

d. strUserInput = InputBox(“Enter your First Name”, “Enter Name”)

Computer Science & Information Technology

You might also like to view...

Design view shows the data in the form. This is the view you use to enter or change data

Indicate whether the statement is true or false

Computer Science & Information Technology

>, >=, and = are examples of conditional operators

Indicate whether the statement is true or false

Computer Science & Information Technology