Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions