Home /
Expert Answers /
Computer Science /
first-problem-i-had-issues-with-second-problem-i-got-80-on-but-im-confused-on-what-im-doing-wrong-pa505
(Solved): first problem i had issues with. Second
problem i got 80% on but im confused on what im doing wrong ...
first problem i had issues with. Second
problem i got 80% on but im confused on what im doing wrong if you
could please help with both that would be great. Thank you. Will
thumbs up
Complete the function countStrLongerThan( ) so that it returns the count of Strings in the array names that are longer than minLen. You may assume that the array has some elements. Examples:
Given an array of Strings, return the longest String in the array. If the array is empty, return null. Examples: longest \( (\{" a b c ", " a b ", " a "\}) \rightarrow \) "abc" Your Answer: