Task 3-Store Data and Display Task Report (Marks: 65) At the end of this specific task, students should be able to: Hand

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Task 3-Store Data and Display Task Report (Marks: 65) At the end of this specific task, students should be able to: Hand

Post by answerhappygod »

Task 3 Store Data And Display Task Report Marks 65 At The End Of This Specific Task Students Should Be Able To Hand 1
Task 3 Store Data And Display Task Report Marks 65 At The End Of This Specific Task Students Should Be Able To Hand 1 (153.94 KiB) Viewed 21 times
Task 3-Store Data and Display 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: 1. Users should be able to use to populate the following arrays: Array Contents Developer 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 2. 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. 21; 22; 23 3. Use the following test Data for your unit tests and to populate your arrays: Test Data Task 1 Developer Mike Smith Task Name Create Login Task Duration 5 Task Status To Do Test Data Task 2 Developer Edward Harrison Task Name Create Add Features. Task Duration 8 Task Status Doing Test Data Task 3 Developer Samantha Paulson Create Reports Task Name Task Duration 2 Task Status Done Test Data Task 4 Developer Glenda Oberholzer Task Name Add Arrays Task Duration 11 Task Status To Do 2022
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply