#java #startingOutWithJava
Solved: 1) GirlsNames.txt this file contains a list of the 200 most popular names given tot girls born in the U.S from the year 2000 to 2009.
2) BoyNames.txt this file contains a list of the 200 most popular names given to boys born in the U.S from the year 2000 to 2009.
Write a program that reads the contents of the two files into two separate arrays, or ArrayLists. The user should be able to enter a boy’s name, a girl’s name, or both , and the application will display messages indicating whether the names were among the most popular.
Download
0 formats
No download links available.
7.13 Name Search | Starting Out With Java | NatokHD