SEE CONSOLE


Given an array of numbers, write a function sumEvenNumbers that calculates the sum of all even numbers in the array. Use a loop to iterate through the array and an if statement to check if a number is even.