Write a program which will get the personal names from the


Write a program which will get the personal names from the user and store them in an array list called "personalNames". If there is any other character besides "a-z" or "A-Z" in a record, those should be flagged as ill-defined data. Because of the stated reasons above, instead of trying to fix the error in personal names, we want to remove this ill-defined data from the original array list and move it to another array list called "errorProneNames". In other words, error involving records should be saved in a separate array. At the end your solution should print out the "personalNames" and "errorProneNames" array list separately

Solution Preview :

Prepared by a verified Expert
JAVA Programming: Write a program which will get the personal names from the
Reference No:- TGS01205754

Now Priced at $20 (50% Discount)

The solution program in Java which is executed in netbeans frame work. The program contains two array lists for personal names and error prone names. personal names array list read names from the user and store. If there is any other character besides "a-z" or "A-Z" in a record,then remove taht names from the original array list and move it to another array list called "errorProneNames". Finally program prints...

Recommended (92%)

Rated (4.4/5)