πŸ“Š Visual Basics
Q. Which of the following selects the Cat item, which appears third in the cboAnimal control?
  • (A) cboAnimal.Selected = 2
  • (B) cboAnimal.Selected = "Cat"
  • (C) cboAnimal.Text = "Cat"
  • (D) cboAnimal.SelectedIndex="Cat"
πŸ’¬ Discuss
βœ… Correct Answer: (C) cboAnimal.Text = "Cat"

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
152
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rakesh Kumar
Publisher
πŸ“ˆ
99%
Success Rate