X1143: Change Every Value

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 Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.