Posts Tagged ‘boynames’
Read two text files into arrays and query the arrays for boy and girl names
LANGUAGE: C++ CHALLENGE: Read in boynames.txt and girlnames.txt into separate arrays and search by the user entered boy name or girl name. The most popular names are listed first and the least popular names are listed last. write a program that allows the user to input a name. The program should then read from the…
Read More