Question: Task 3 : MapExercises MapExercises.java has 3 different methods for you to complete: letterToNum: This method returns a map from every lower case letter to
Task : MapExercises
MapExercises.java has different methods for you to complete:
letterToNum: This method returns a map from every lower case letter to the number corresponding to its ordering in the alphabet, where a corresponds to and z corresponds to
squares: This method takes a list List nums and returns a map from the integers in the list to their squares. If the given list is empty, it should return an empty map.
countWords: This method takes a list List words and returns a map from words in the list to the number of times they appear. If the given list is empty, it should return an empty map.
For this part, you can import TreeMap.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
