Question: language is c++ Create a Class ArrayListClass It will contain an array of 27 list classes. Ignore index 0... Indexes 1...26 correspond to the first
language is c++
Create a Class ArrayListClass
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.
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.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
