Question: Program should be in Java oop Requirements: Your task is to build an application which allows the user to input their things to do and
Program should be in Java oop
Requirements:
Your task is to build an application which allows the user to input their things to do and set up reminders.
Program features:
- Support for events (i.e. has a start time and end time), tasks with deadlines (tasks that have to be done before a specific deadline), and floating tasks (tasks without deadlines)
- User must be able to create event, task with deadlines and floating task through a command-line interface
- User is allowed to delete or update event, task with deadlines and floating task after it is being created
- User must be able to keep track of which event, task with deadlines or floating task are done complete and which are yet to complete
- User should be able to view a summary view of all the events, tasks with deadlines and floating tasks
Program should be in Java oop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
