Home / Expert Answers / Computer Science / can-you-please-assist-me-with-my-problem-nbsp-task-3-store-data-and-display-task-report-at-the-end-pa574

(Solved): can you please assist me with my problem  Task 3-Store Data and Display Task Report At the end ...



can you please assist me with my problem 
Task 3-Store Data and Display Task Report
At the end of this specific task, students should be able to:
Handle and manipulate

2.
Users should be able to use these arrays to:
Display the Developer, Task Names and Task Duration for all tasks with the st
3. Use the following test Data for your unit tests and to populate your arrays:
Test Data Task 1
Developer
Task Name
Task Dur
4.
21; 22:23
Create the following unit tests:
Test: (assertEquals)
Developer array correctly populated:
The developer array c
Test: (assertEquals)
Developer array correctly populated:
The developer array contains the expected
test data.
Search for tas
Task 3-Store Data and Display Task Report At the end of this specific task, students should be able to: Handle and manipulate strings Create and work with Arrays 1. 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: (Marks: 65) Users should be able to use to populate the following arrays: Contents Contains the names of all the developers assigned to tasks Contains the names of all the created tasks Contains the generated taskID's for all tasks Contains the Duration of all tasks Contains the Status of all tasks Array Developer Task Names Task ID Task Duration Task Status 2. Users should be able to use these arrays to: Display the Developer, Task Names and Task Duration for all tasks with the status of done. Display the Developer and Duration of the class with the longest duration. Search for a task with a Task Name and display the Task Name, Developer and Task Status. Search for all tasks assigned to a developer and display the Task Name and Task Status. Delete a task using the Task Name. Display a report that lists the full details of all captured tasks. a. b. C. e. f. 3. Use the following test Data for your unit tests and to populate your arrays: Test Data Task 1 Developer Task Name Task Duration Task Status Test Data Task 2 Developer Task Name Task Duration Task Status Test Data Task 3 Developer Task Name Task Duration Task Status. Test Data Task 4 Developer Task Name Task Duration Task Status Mike Smith Create Login 5 To Do Edward Harrison Create Add Features 8 Doing Samantha Paulson Create Reports 2 Done Glenda Oberholzer Add Arrays 11 To Do 4. 21; 22:23 Create the following unit tests: Test: (assertEquals) Developer array correctly populated: The developer array contains the expected test data. Display Developer and Duration for task with longest duration. Search for tasks Test Data and expected system responses. Test Data: Developer entry for Test data for tasks 1-4 The system returns: "Mike Smith", "Edward Harrington "Samantha Paulson", "Glenda Oberholzer Test Data: Task 1-4 The system returns: "Glenda Oberholzer, 11; Test Data: "Create Login The system returns: "Mike Smith, Create Login" 2022 Test: (assertEquals) Developer array correctly populated: The developer array contains the expected test data. Search for tasks Display Developer and Duration for task with Test Data: Task 1-4 longest duration. Search all tasks assigned to Developer Delete Task from array Test Data and expected system responses. Test Data: Developer entry for Test data for tasks 1-4 Display Report The system returns: "Mike Smith", "Edward Harrington "Samantha Paulson", "Glenda Oberholzer" The system returns: "Glenda Oberholzer, 11; Test Data: "Create Login The system returns: "Mike Smith, Create Login" Test Data: Samantha Paulson The system returns: Create Reports Test Data: "Create Reports" The system returns: Entry "Create reports successfully deleted The system.returns:


We have an Answer from Expert

View Expert Answer

Expert Answer


Solution Here in this program, the ArrayList is used to store data of a developer of type string. Source Code // To use array list import java.util.*; // Create tasks class with array class Tasks{ // Arrays to store individual developer data
We have an Answer from Expert

Buy This Answer $5

Place Order

We Provide Services Across The Globe