0
/ 1.0
The method below takes in a map of integer key/value pairs. Create a new map and add each key from the original map into the new map,...
The method below takes in a map of integer key/value pairs. Create a new map and add each key from the original map into the new map, each with an associated value of zero (0). Then return the new map.
Your feedback will appear here when you check your answer.