Solved

What Will Be Displayed in the List Box When the Following

Question 8

Multiple Choice

What will be displayed in the list box when the following code runs? SSelect Case num
Case 6, 7, 11
lstBox. Items . Add ("W")
Case Is <7< 7
lstBox. Items . Add ("X")
Case Is > 5
lstBox. Items . Add ("Y")
Case Else
ls tBox. 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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions