Description
Problem Description • In this assignment you will create a program that acts as a simple To-Do-List • The user should be able to add and remove tasks, view all tasks, toggle as task as complete and viceversa, and exit the program. • The core concept for this assignment is Exception Handling, with an introduction to using the ArrayList