Which of the following algorithms require both selection and iteration?
Select two answers.
(A) An algorithm that, given two integers, displays the greater of the two integers
(B) An algorithm that, given a list of integers, displays the number of even integers in the list
(C) An algorithm that, given a list of integers, displays only the negative integers in the list
(D) An algorithm that, given a list of integers, displays the sum of the integers in the list