Question: please can you help me do this part using java and not flight java as it does not work, i meed to be able to

please can you help me do this part using java and not flight java as it does not work, i meed to be able to handle and manipulate the strings as well. thank you
Part 3- Store Data and Displav Task Report
(Marks: 65)
At the end of this specific task, students should be able to:
Handle and manipulate strings
Create and work with Arrays
You will now add the final features to your app, write and automate the unit tests and submit your final project. Extend your application to allow for the following:
Users should be able to use to populate the following arrays:
\table[[Array,Contents],[Developer,\table[[Contains the names of all the developers],[assigned to tasks]]],[Task Names,Contains the names of all the created tasks],[Task ID,Contains the generated taskID's for all tasks],[Task Duration,Contains the Duration of all tasks],[Task Status,Contains the Status of all tasks]]
Users should be able to use these arrays to:
a. Display the Developer, Task Names and Task Duration for all tasks with the status of done.
b. Display the Developer and Duration of the class with the longest duration.
c. Search for a task with a Task Name and display the Task Name, Developer and Task Status.
d. Search for all tasks assigned to a developer and display the Task Name and Task Status.
e. Delete a task using the Task Name.
f. Display a report that lists the full details of all captured tasks.
Use the following test Data for your unit tests and to populate your arrays:
Test Data Task 1
\table[[Developer,Mike Smith],[Task Name,Create Login],[Task Duration,5],[Task Status,To Do]]
\table[[Test Data Task 2],[Developer,Edward Harrison],[Task Name,Create Add Features],[Task Duration,8],[Task Status,Doing]]
Test Data Task 3
\table[[Developer,Samantha Paulson],[Task Name,Create Reports],[Task Duration,2],[Task Status,Done]]
Test Data Task4DeveloperTask NameTask DurationTask StatusGlenda OberholzerAdd Arrays11To Do
4Create the following unit tests:Test: (assertEquals)Developer array correctty populated:The developer array contains the expectedtest dataDisplay Developer and Duration for task withlongest duration.Search for tasksSearch all tasks assigned to DeveloperDelete Task from arrayDisplay ReportTest Data and expected system responses.Test Data: Developer entry for Test data fortasks 1-4The system returns:"Mike Smith""Edward Harrington""Samantha Paulson", "Glenda Oberholzer"Test Data: Task 1-4The system returns:"Glenda Oberholzer, 11;Test Data: "Create LoginThe system returns:"Mike Smith, Create Login"Test Data: Samantha PaulsonThe system returns:Create ReportsTest Data: "Create Reports"The system returns:Entry"Create reports" successfully deletedThe system returns:
 please can you help me do this part using java and

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!