Question: What is a common use of arrays in real-world applications?
Options:
Correct Answer: Storing a collection of items of the same type
Solution:
Arrays are commonly used to store a collection of items of the same type, allowing for efficient access and manipulation.