Problem
Name Search
In the Chap07 folder of the Student Sample Programs, you will find the following files:
• GirlNames.txt-This file contains a list of the 200 most popular names given to girls born in the United States from 2000 through 2009.
• BoyNames.txt-This file contains a list of the 200 most popular names given to boys born in the United States from 2000 through 2009.
Create an application that reads the contents of the two files into two separate arrays or Lists. The user should be able to enter a boy's name, a girl's name, or both, and the application should display messages indicating whether the names were among the most popular.