Which map type correctly associates student names with numeric grades?
[5]int
map[string]int
map[int]string
[]string