Write a program which asks the user for his/her first name and last name, and then prints out a line of text welcoming him/her using the given names. (solution)
Write a program which reads lines until it reads a "." on a line by itself,
then prints out all of the lines it has read in reverse order. (solution)