Please respond to all of the following prompts:
1. Come up with an idea of an array that would use three or more dimensions (such as year, month, and day). Present the idea with a brief introduction.
2. Discuss what information would be stored at different locations in the array.
3. What would an application need to do to locate information stored at a particular location?
4. How would an application insert data at a particular location?
5. If you used a sub procedure to access the array, how would you tell it where to store or find the data in the array?