Assume that the array arr has been declared. In addition, assume that ARR_SIZE has been defined to be an integer that equals the number of elements in arr .
Write a statement that assigns the next to last element of the array to the variable x ( x has already been declared).