This semester you will be creating a task management application. For the first assignment, you need to create a console app that has the following features:
Create a new task
Delete an existing task
Edit an existing task
Complete a task
List all outstanding (not complete) tasks
List all tasks
The only other requirement is that your application uses a Task class with the following public properties:
Name
Description
Deadline
IsCompleted