Question: Create a Class ArrayListClass in C++ - Create an array class that has an array of 27 List Classes. - Ignore index 0... Indexes 1...26
Create a Class ArrayListClass in C++
- Create an array class that has 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 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...
txt file located here: http://s000.tinyupload.com/index.php?file_id=00832161967479055564
or here: https://www.dropbox.com/s/nfureyg7ex1ar8u/260%20Names.txt?dl=0
- Read in the file one name at a time, store/add each Name in the correct index LIST element.
- Search for a Name to see if it in the LIST class.
- Print out the ALL names found on each list.
Thank you very much. I appreciate your time, and I have been trying to code this for the last 6 hours. Greatly appreciate it.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
