1. Write a program that reads one line of text and then prints it with all its blanks removed.
2. Write a program that reads one line of text and then prints the number of words that were read.
3. Write a program that reads one line of text and then prints the same words in reverse order.
For example, the input
today is Tuesday
would produce the output
Tuesday is today