csharp array zaheln speichern

Code Example - csharp array zaheln speichern

                
                        int[] zahlen = new int[8];]
for(int i = 0; i < zahlen.Length; i++)
{
    zahlen[i] = i + 1;
}