Answered step by step
Verified Expert Solution
Link Copied!

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

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

Recommended Textbook for

Database Concepts

Authors: David Kroenke

4th Edition

0136086535, 9780136086536

More Books

Students also viewed these Databases questions

Question

Explain the concept of equal employment opportunity.

Answered: 1 week ago

Question

Explain the various job analysis methods.

Answered: 1 week ago

Question

Describe the components of a job description.

Answered: 1 week ago