Q. Which of the following creates a List of 3 visible items and multiple selections abled? (A) new List(3, true) (B) new List(false, 3) (C) new List(3, false) (D) new List(true, 3) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) new List(3, true)