TransPerfect Interview Question

Remove all odd numbers from a list.

Interview Answer

Anonymous

Mar 6, 2023

Use LINQ RemoveAll method to solve the problem