Question: What kind of values can arrays store?

  1. unordered collections of numerc values
  2. key-value pairs of any C# supported type
  3. class and struct instances
  4. 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