Solved

The Code That Will Add the Name,John,to a Combo Box

Question 25

Multiple Choice

The code that will add the name,John,to a combo box named NamesComboBox is _______.


A) NamesComboBox.Items.Add ("John")
B) NamesComboBox.AddItem = ("John")
C) Add.NamesComboBox = ("John")
D) Add."John".NamesComboBox

Correct Answer:

verifed

Verified

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

Related Questions