Chapter 6: Problem 9
Write a function that reverses the sequence of elements in a list. For example, if you call the function with the list \(\begin{array}{llllllllll}1 & 4 & 9 & 16 & 9 & 7 & 4 & 9 & 11\end{array}\) then the list is changed to \(\begin{array}{lllllllll}11 & 9 & 4 & 7 & 9 & 16 & 9 & 4 & 1\end{array}\)
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.