Write a program that reads three strings from input and prints them in the reverse order, each on a new line.
Tip: You don't need to use anything advanced for this task. Simply declare three strings, read each input string, and print them in reverse order.