C Sharp (C#) - Collections
Given a
LinkedList<int> with values 1, 2, 3, 4, 5, which code snippet correctly removes all even numbers from the list?