This program is written to keep track of upcoming events, deadlines or any tasks to complete. You can mark a task as done, delete it from the list and find tasks with a keyword. Here is a user guide to teach you how to use this program.
When you run the program(FinalLevel), you should see
____________________________________________________________
Hello! I'm Duke
What can I do for you?
____________________________________________________________
you can type your command and Duke will help you
output:
____________________________________________________________
1:[D][✘] finish homework (by: today)
2:[E][✘] tut (at: 9pm)
3:[T][✘] read book
____________________________________________________________
output :
____________________________________________________________
Nice! I've marked this task as done:
[D][✓] finish homework (by: today)
____________________________________________________________
output :
____________________________________________________________
Got it. I've added this task:
[T][✘] read book
Now you have 3 tasks in the list.
____________________________________________________________
output :
____________________________________________________________
Noted. I've removed this task:
[✓] finish homework
Now you have 2 tasks in the list.
____________________________________________________________
output :
____________________________________________________________
Here are the matching tasks in your list:
1: [D][✓] finish homework (by: today)
____________________________________________________________
output :
____________________________________________________________
Got it. I've added this task:
[D][✘] finish homework (by: today)
Now you have 1 tasks in the list.
____________________________________________________________
output :
____________________________________________________________
Got it. I've added this task:
[E][✘] tut (at: 9pm)
Now you have 2 tasks in the list.
____________________________________________________________
output :
____________________________________________________________
Bye. Hope to see you again soon!
____________________________________________________________
What is inside brackets should be the input format!