II int index = (int) (Math.random() ∗ cards.size()); Replace Line 8 with III temp.add(cards.remove(index)); (A) I only (B) II only (C) III only (D) I and III only (E) I, II, and III END OF SECTION I