1. Write a program that reads in babynames.txt and produces two files boynames.txt and girlnames.txt, separating the data for the boys and girls.
2. Write a program that reads a file in the same format as babynames.txt and prints all names that are both boy and girl names (such as Alexis or Morgan).