Answer to Question 29D-2

X = [2, 4, 6], Y = [4, 6] and k = 4. The last statement,
  tail(X);
computes tail(X) and ignores the result. It does not modify variable X.