Multiple Choice
Which of the following instructions will add the word,monkey,to a list box named AnimalsListBox?
A) AnimalsListBox.Insert(monkey)
B) AnimalsListBox.Insert ("monkey")
C) AnimalsListBox.Items.Add(monkey)
D) AnimalsListBox.Items.Add("monkey")
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: _ is used for viewing print output
Q4: Which text box event occurs when a
Q5: When does a For/Next statement terminate iteration?<br>A)When
Q6: The statements in a loop may never
Q7: When is the counter tested in a
Q9: You can specify the X and Y
Q10: The process of repeating a series of
Q11: Which text box event occurs each time
Q12: Which of the following code examples can
Q13: List boxes have a Text property,but it