Question: 1. Fill in the method template below to make a working method. Make sure your method conforms to the instructions given in the comments for

1. Fill in the method template below to make a working method. Make sure your method conforms to the instructions given in the comments for the method. public static charMap // This method should take one Set of Strings as a parameter and // appears in a String in that list, with the key being the character // and the value being the count. For example, the Set /1 ["dip", "dig", "fig", "gin"] would cause the function to return the map // Note that capital letters and lowercase letters should be treated as // different characters (so the Strings "Dip" and "dig" would treated as /1 two different words) // The Set must NOT be changed by this method
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
