using System;
public class Program
{
public static void Main()
Console.WriteLine("gib einen Array ein ");
int [] meinarry = new int [10];
}