Code QuizAdvanced
Filtering Even Numbers with LINQ
Spot the predicate mistake when filtering even numbers from a list using LINQ Where.
The code is supposed to select even numbers, but it doesn't. What is the bug?
Spot the predicate mistake when filtering even numbers from a list using LINQ Where.
The code is supposed to select even numbers, but it doesn't. What is the bug?