Cannot Convert from Method Group to Object - C#
c#
Solution
You need `select.Average()` (with the parens).
Problem
I am trying to get familiar with C# and tried out the following program - it just outputs the average of the even numbers in the Array. Would be great if someone could highlight the problem here.