Question: Write a java app (use Refactor, Rename on the .java filename) that reads names from a .txt file into an ArrayList and then prompts for

Write a java app (use Refactor, Rename on the .java filename) that reads names from a .txt file into an ArrayList and then prompts for 3 removal filters: one each for name length, first letter match, and spelling match. Have your app read those removal values from a 2nd input file, e.g. containing 8 T Carlos.) The app thus prints out the list of names that has been cleansed of those with lengths of 8 or less, that start with T, or that match Carlos (regardless of upper/lower case).

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!