Problem
1. What is the difference between a set and a map?
2. Why is the collection of the keys of a map a set and not a list?
3. Why is the collection of the values of a map not a set?
4. Suppose you want to track how many times each word occurs in a document. Declare a suitable map variable.