0
/ 10
Complete the function countStrLongerThan()
so that it returns the count of Strings in the ArrayList<String> names
that are longer...
Complete the function countStrLongerThan()
so that it returns the count of Strings in the ArrayList<String> names
that are longer than minLen
. Make sure that names
is a valid (not null), otherwise return 0.
Your feedback will appear here when you check your answer.