Solved

Which of the Following Instructions Will Add the Word,monkey,to a List

Question 8

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:

verifed

Verified

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

Related Questions