Write a program that uses a dynamic list of strings to keep


Program: Write a program that uses a dynamic list of strings to keep track of a list of chores that you have to accomplish today.

The user of the program can request several services:

(Part a) Add an item to the list of chores:

(Part b) Ask how manychores are in the list

(Part c) Have the list of chores printed to the screen;

(Part d) Delete an item from the list;

(Part e) Exit the program.

If you know how to write and read strings from a file, then have the program get its initial list of chores from a file. When the program ends, it must write all unfinished chores back to this file.

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write a program that uses a dynamic list of strings to keep
Reference No:- TGS0953324

Expected delivery within 24 Hours