Solved

Which Line of Code Will Add the Value "East" to a ListBox

Question 34

Multiple Choice

Which line of code will add the value "East" to a ListBox object named lstDirections?


A) lstDirections.Add("East")
B) lstDirections.Items.Add("East")
C) lstDirections.AddValue("East")
D) lstDirections.Items.AddValue("East")

Correct Answer:

verifed

Verified

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

Related Questions