Page 613 - AP Computer Science A, 7th edition
P. 613
(A) [1,2,3,4,5]
(B) [6,6,6,6]
(C) [1,2,2,3,4,5]
(D) [1,1,3,4,5,5,5,7] (E) [2,2,2,4,5,5]
40. Which of the following changes should be made so that method findMost will work as intended?
(A) Insert the statement count = 1; between Lines 20 and 21. (B) Insert the statement count = 1; between Lines 21 and 22. (C) Insert the statement count = 1; between Lines 16 and 17. (D) Insert the statement count = 0; between Lines 23 and 24. (E) Insert the statement count = 1; between Lines 23 and 24.
END OFSECTION I