a collection of multiple data types at numeric indices. In other words, an array allows us to store and access multiple values (elements) through one variable name (array name) and a specific index ...
https://learn.microsoft.com/en-us/dotnet/csharp/programming-guide/arrays/ - Array is a data structure to store a collection of variable of the same type - Usually (C# ...