Question: (Recursively Print a List Backward) Write a function print List Backward that recursively outputs the items in a list in reverse order. Use your function in a test program that creates a sorted list of integers and prints the list in reverse order.