X479: Hashmap - Java's HashMap 2

You are in charge of keeping student records. Those records are recorded in a hash map that uses a student's ID number as the key in order to look up their name. Several typos were made when adding the last few records! Replace the names at these ID numbers and correct them:
8675309 -> Krist Novoselic
1111111 -> Chad Heartswagger
2891202 -> Lockwell Sanderson

Java's built in Hash Map is enabled for this problem. The API can be viewed here: https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html

Your Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.