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" ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) cboAnimal.Text = "Cat"