Write a program that reads four words from the input and outputs them in the same order, but each in a new line.
Your program should read the four strings using the next() method and print out each input in a new line.
Tip: You don't need to use anything advanced for this task. Simply declare four strings, read the input, and print them.