Multiple Choice
A list box named lstBox has its Sorted property set to False and contains the three items Cat, Dog, and Gnu in its list. If the word Elephant is added to the list at run time, what will be its index value?
A) 2
B) 1
C) 3
D) 0
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: Assuming the following statement, what is the
Q12: Which While statement is equivalent to Until
Q13: The sorted property can only be set
Q14: In analyzing the solution to a program,
Q15: If the terminating value of a For...Next
Q17: What is wrong with the following simple
Q18: If the loop is to be executed
Q19: Which of the following are valid for
Q20: A For...Next loop cannot be nested inside
Q21: What will be displayed by the following