Question: Create a first formal List type ADT that would manipulate ItemType data. This could be in a simplest case just a string, or a personal
Create a first formal List type ADT that would manipulate ItemType data. This could be in a simplest case just a string, or a personal information data with full name, address, etc.
Application is a program that used our ADT to add names, sort the names, search for a name and output the names. The name has to be a string (3-15 characters). Application class does manipulations with List type ADT, accepting input from command line and keyboard. Use comments in the program code and enable some instructions printed out on the screen.
Additionally Try and Catch may be included in the program. Results are output on the screen.
java
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
