A program that creates and allows the user to edit a List
This to-do list program uses two classes: ToDoItem and ToDoList. The ToDoItem class represents a single to-do list item, with properties for the item text and a boolean indicating whether the item is completed. The ToDoList class represents the to-do list itself, with an array of ToDoItem objects and several methods for adding, removing, and modifying items on