0
/ 1.0
Problem Description
Write a method countOdds
that takes an ArrayList
of integers and returns the count of values that are odd numbers.
...
Write a method countOdds
that takes an ArrayList
of integers and returns the count of values that are odd numbers.
public int countOdds(ArrayList<Integer> list)
Your feedback will appear here when you check your answer.