public static void Main()
int[] array = { 1, 5, 45, -10, 0, 6, 23, 8, -15, 72 };
Console.WriteLine("Елементите на масива са: ");
Console.Write("{0} ", i);
for (int i = 0; i< n; i++)
for (int j = i + 1; j < n; j++)
Console.WriteLine("сортираният масив: ");
Console.Write("{0} ", i);