MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following lines of code will display an input box and then store the value entered in an Input Box into a variable of integer type? |
| A. | n = Input Box ("Enter number", Input, 0) |
| B. | Input Box ('Enter number", Input, 0) = n |
| C. | n = Val (Input Box ("Enter number", Input, 0)) |
| D. | All of these |
| Answer» B. Input Box ('Enter number", Input, 0) = n | |