What will be displayed in the list box when the following code runs?
```
Select Case num
Case 6, 7, 11
lstBox.Items.Add("W")
Case Is < 7
lstBox.Items.Add("X')
Case Is > 5
lstBox.Items.Add("Y")
Case Else
lstBox.Items.Add("Z")
End Select
```
(A) Z can never be displayed.
(B) W, X and Y will be displayed if the value of num is 6.
(C) W and Y will be displayed if the value of num is 7.
(D) Z will always be displayed.
(A) Z can never be displayed.
You might also like to view...
How many RadioButtons in a group can be selected at a time?
a) 0 b) 1 c) 2 d) all of them
A group of related tables is called a(n) ________ database
Fill in the blank(s) with correct word
Which of the following fields enables you to add multiple files of different types to a table?
A) Attachment B) Text C) Caption D) OLE
What does the Hide During Show in the Audio Options group do?
A) Prevents accidental deletion of the audio B) Hides the sound icon during the show on the slide C) Keeps the format of the audio from being altered D) Disables the sound icon during the presentation