Page 1308 - AP Computer Science A, 7th edition
P. 1308

13. (C) The method traverses nums, starting at position 0, and returns the current position the first time it finds an odd value. This implies that all values in positions 0 through the current index − 1 contained even numbers.


































































































   1306   1307   1308   1309   1310