Question: Write a java program that will take a text file that containes a: User Name, Last Name, First Name, and eMail. Using an Array allowing
Write a java program that will take a text file that containes a: User Name, Last Name, First Name, and eMail. Using an Array allowing the user to Search, List, or Sort the file. Each string is separated using a comma and the end of the line using a semi-colon. Also allow the user to add to the text file using an Array-List.
Example of text file:
Arrowhead21,Martian,Max,mm@gg.com;
Fireman,Walter,Brian,bw@yahoo.com;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
