This program creates an empty map, places three key/value pairs into it, then displays the values by accessing them via their keys. Press Enter to continue ... The newly created map is currently empty. Press Enter to continue ... After entering the three key/value pairs, the size of the map is now 3. Press Enter to continue ... If the component key is A, the component value is 65. If the component key is B, the component value is 66. If the component key is C, the component value is 67. Press Enter to continue ...