Write a program that reads a sequence of words and prints, in reverse order, the second half of the list.
Input consists of a sequence of words.
If denotes the total number of words, print the last words of the original sequence, in reverse order, and one per line.
For the sake of practice, use recursion (not arrays).
Input
jordi mireia arnau
Output
arnau mireia
Input
dolphins octopuses squid sharks whales piranhas
Output
piranhas whales sharks