Question: Write a program (Java) that uses a bag of strings to keep track of a list of tasks you have to accomplish today. The user

Write a program (Java) that uses a bag of strings to keep track of a list of tasks you have to accomplish today. The user of the program can request several services:

1) Add an item to the list of tasks; 2) ask how many tasks are in the list; 3) print the list of tasks to the screen; 4) delete an item from the list; 5) exit the program.

*Avoid using an ArrayList for this assignment

Please have notes of each step

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!