Count how many times each word appears in a List<String>, into a Map<String,Integer>.
Type it from memory — say each line out loud as you write it. Then check.
Count how many times each word appears in a List<String>, into a Map<String,Integer>.
Type it from memory — say each line out loud as you write it. Then check.