Write a program that reads the contents of the two files into two separate lists. 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. your program should read the files into separate lists for boys and girls names the program should accept either a girl name or a boy name or both, entry of a NULL i.e. just pressing the "enter key" results in no search for that entry the program must continue to run until told to stop by the person running the program using any method of your choice report on the success or not of each attempt to locate a name in the popular names files
Write a
your program should read the files into separate lists for boys and girls names
the program should accept either a girl name or a boy name or both, entry of a NULL i.e. just pressing the "enter key" results in no search for that entry
the program must continue to run until told to stop by the person running the program using any method of your choice
report on the success or not of each attempt to locate a name in the popular names files
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images