I have a problem. I need to display the even numbers only ofan array. How do I d
ID: 3613944 • Letter: I
Question
I have a problem. I need to display the even numbers only ofan array. How do I do that? Thanks. Display the elements in the "numbers" array that reside ateven indexes. The array is as follows: int numbers[] = {11, 8, -7, 22, 3, 17, 6, -25, 10, 5,-12, -9, 14, 20, -13}Thanks for all the help you guys provide. I have a problem. I need to display the even numbers only ofan array. How do I do that? Thanks. Display the elements in the "numbers" array that reside ateven indexes. The array is as follows: int numbers[] = {11, 8, -7, 22, 3, 17, 6, -25, 10, 5,-12, -9, 14, 20, -13}
Thanks for all the help you guys provide.