Given a sentence, identify and display its fourth word. Assume that the space " "
is the only delimiter between words.
1<=N<=100 (N is the number of lines of text in the input file)
The output should contain N lines.
For each input sentence, identify and display its fourth word. Assume that the space (' ') is the only delimiter between words.
Hello
World
how are you
Hello
World