Program: Write a program that reads in babynames.txt and produces two files
1. Boysnames.txt and Girlsnames.txt
Separate the data for the boys and girls. You may enter any names. When you submit it should go into the respective text documents.
Add comments in code section that will be useful in the future.