Question: Homework Ch.7 Name Search C++ Language Programming 30 points Use the links below to download the following files; GirlsNames.txtThis file contains a list of the
Homework Ch.7 Name Search C++ Language Programming
30 points
Use the links below to download the following files;
GirlsNames.txtThis file contains a list of the 200 most popular names given to girls born in the United States from 2000 to 2009.
BoysNames.txtThis file contains a list of the 200 most popular names given to boys born in the United States from 2000 to 2009.
Write a program that reads the contents of the two files
into two separate arrays or vectors
. The user should be able to enter a babys name, and the application should display
whether it is among the most popular names, and if so, whether it is a girls name, boys name or both
how would you write this program? Is this asking you to display all the names with the array, or just look up the names in the txt files?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
