Write a method that takes an integer array and returns the sum of all even integers.
Anonymous
I wrote a C# method that conditionally (modulus) summed the values together into a variable, and returned the variable. A lambda expression could also work.
Check out your Company Bowl for anonymous work chats.