public static void Main()
Console.WriteLine("Hello World");
int[]input ={4, 6, 18, 90, 8, 17, 3, 65};
int[] result = Reverse1(input);
public static int[] Reverse1(int[] input)
int j = input.Length - 1;
if (input[i] < 10 && input[j] < 10)
else if (input[i] < 10 && input[j] >= 10)
else if (input[i] >= 10 && input[j] < 10)