public static void Main()
Console.WriteLine("Hello World");
int[] input3 = { 0, 1, 0, 1, 1, 1, 0, 0 };
int[] result3 = SortZeros(input3);
foreach (int e in result3)
public static int[] SortZeros(int[] input)
if (input[i] == 1 && input[j] == 0)
else if (input[i] == 1 && input[j] == 1)
else if (input[i] == 0 && input[j] == 0)
else if (input[i] == 0 && input[j] == 1)