Question: Write a program to sum the total of even numbers in array arrayNum. The declaration and initialization of the array is as follows: int arrayNum
Write a program to sum the total of even numbers in array arrayNum. The declaration and initialization of the array is as follows:
int arrayNum [] = {33,20,18,19,10,4,7,16};
*Java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
