Question: What kind of values can arrays store?
- unordered collections of numerc values
- key-value pairs of any C# supported type
- class and struct instances
- multiple variables, or collections, of the same type
Answer: The correct answer of the above question is Option D:multiple variables, or collections, of the same type