Write a function that can search for a name to see if it in


Need Help on C++ Programming. Can you show me and teach me how to make this programming.

Make sure the programming is working and do not turn in a handwriting.

Do not separate the file, use main.cpp that make me understand how to do this programming. Use "iostream"

It will contain an array of 27 list classes.

Ignore index 0... Indexes 1...26 correspond to the first letter of a Last name.

Again - ignore index 0. index 1 is names starting with A, index 2 is B, index 3 is C... index 26 is Z.

Create a file of 260 random ordered last names... 10 each for each letter... FileName: Names.txt

Have an constructor function that Reads in the Names.txt file, one name at a time, store/add each Name in the correct index LIST element.

( See File I/O lecture - this week if you need a review of File I/O - Do NOT turn in exercises in FILE I/o lecture)

Write a function that can Search for a Name to see if it in the LIST class.

Write a function that will print out the names starting with a specific letter, prints just ONE list.

Write a Function that can print out the ALL names found on each list.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a function that can search for a name to see if it in
Reference No:- TGS02893618

Expected delivery within 24 Hours