d
D
public class Solution { public int[] SortArrayByParityII(int[] nums) { int n = Convert.ToInt32(nums); if(n % 2 == 0) { Console.WriteLine(n); } else { Console.WriteLine(n); } return int[] result = n.ToString().Select(o=> Convert.ToInt32(n)).ToArray(); }}