Using the evenNumbers ArrayList created in the previous exercise, provide a code fragment that stores the first 10 even numbers in the evenNumbers ArrayList. In other words, put 0
in the first evenNumbers element, put 2 in the second evenNumbers element, …, put 18 in the tenth evenNumbers element. You must use a standard for loop for your code fragment.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.