Question: Make a todo list according to the provided design in Java. The user should be able to: Add tasks to the list See the added
Make a todo list according to the provided design in Java. The user should be able to:
- Add tasks to the list
- See the added tasks
- Be able to clear all items
A task is defined as a string which the user enters. The program should do all this on the command line. Use a menu-driven approach to make life easier for the user. Please write comments.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
