Description
The hints for International Calling Connoisseur hints at using the values()
method to extract the values from the map. However, the exemplar solution shows this method is never used. It probably should hint at using entries()
or keys()
instead.