Array Sum Even Snippet
Geoffrey Challen // 2022.1.0
Given an int[]
named array
that is already declared and initialized, write a snippet of code (not a method),
that prints a line with the sum of the values in array
that are even.
Do not modify array
.