keep track of due date, description, person assigned to, and whether completed. The program should

Write a program that maintains a To Do list. For each item on the list, keep track of due date, description, person assigned to, and whether completed. The program should allow its user to add an item, modify an item, mark an item as complete, and list all the items in the list. Create a struct type for the items. Given the limited time we have, you may simplify the assignment in the following ways: