there is an array, for example, 1 2 3 4 5 6. It is necessary using only LINQ extension methods to turn it into an array of 3 7 11. If there are an odd number of elements, then the element with the last index is simply transferred.
In general, a common question. The bottom line is working with array elements, taking into account the entire array.