Given an array of integers of length >=4, swap the first two and the last two elements. For example, [1, 2, 3, 4, 5] would become [5, 4, 3, 2, 1].