Question: Suppose that every student in your university is assigned a unique nine-digit ID number. You would like to create a hash table that indexes ID numbers to an object representing a student. The hash table has a size of N, where N has less than nine digits. Describe a simple hash function that you can use to map from a ID number to a hash index.