We continue with array. This time how we change the length of an array. Arrays are immutable = cannot be changed in memory. However .Net Framework providers helper methods to resize an array… creates a new array and copies the old values into it. //Get the highest index: // 0 = dimension we want toContinueContinue reading “C# – Changing the Length of an Array”