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...
Most C++ statements end with a(n) ____________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Fill in the Missing Code
```