Problem
1. What is the effect of the statement m[1234] = "Jane Smith";?
2. What is returned by m[1234]? What is returned by m[1500]?
3. If the entries for Map m are stored in a hash table of size 1000 with open addressing and linear probing, where would each of the items be stored? Assume that the hash function is the identity function.