Array (C#)

An array in C# is a fixed-size collection of items that all share the same type, stored in order and accessed by a zero-based index. Its length can't change…