Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Java Write an app (use Refactor, Rename on the .java filename) that reads names from a .txt file into an ArrayList and then prompts for
Java
Write an 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started