X740: Count Strings longer than

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 Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.