Question: Programming Assignment #1. Practice Exercises to set Java environment, create and manipulate any structured data type (as ListADT). Create an application that would manipulate some
Programming Assignment \#1. Practice Exercises to set Java environment, create and manipulate any structured data type (as ListADT). Create an application that would manipulate some data. This could be in a simplest case as a number, string, or a personal information data with full name, address, etc. that is encapsulated into ItemType class. Those ItemType objects have to be stored in the ADT and implement encapsulation of the actual data. Application class does manipulations with List type ADT accepting input from command line and keyboard. Instructions and comments are in the program. Results are output on the screen. Deliverables: java, ,class, and readme files (total seven). In readme file specify how your application works, and provide example of the sample input and expected output. Example of the readme.txt file: Author: Date: Description: Application class does manipulations with Stack type ADT, accepting input from command line and keyboard. Instructions and comments are in the program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
