Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I typically am pretty good at linkedlist programs but I am absolutely stuck on this one aka (Java eclipse) Task Text File 4 Action 00

I typically am pretty good at linkedlist programs but I am absolutely stuck on this one aka (Java eclipse)

image text in transcribedimage text in transcribedimage text in transcribed

Task Text File

4 Action 00 1 Action 01 2 Action 02 0 Action 03 1 Action 04 0 Action 05 2 Action 06 3 Action 07 3 Action 08 2 Action 09 1 Action 10 0 Action 11 3 Action 12 2 Action 13 3 Action 14 4 Action 15 4 Action 16 1 Action 17 1 Action 18 4 Action 19 0 Action 20 3 Action 21 2 Action 22 1 Action 23 2 Action 24 2 Action 25 2 Action 26 3 Action 27 1 Action 28 3 Action 29 3 Action 30 3 Action 31 0 Action 32 1 Action 33 3 Action 34 1 Action 35 0 Action 36 0 Action 37 4 Action 38 4 Action 39 2 Action 40 0 Action 41 2 Action 42 1 Action 43 3 Action 44 2 Action 45 4 Action 46 1 Action 47 4 Action 48 2 Action 49 3 Action 50 1 Action 51 2 Action 52 2 Action 53 1 Action 54 3 Action 55 2 Action 56 0 Action 57 1 Action 58 2 Action 59 3 Action 60 3 Action 61 4 Action 62 1 Action 63 2 Action 64 4 Action 65 2 Action 66 0 Action 67 0 Action 68 0 Action 69 2 Action 70 4 Action 71 3 Action 72 3 Action 73 1 Action 74 4 Action 75 4 Action 76 2 Action 77 4 Action 78 2 Action 79 0 Action 80 3 Action 81 0 Action 82 2 Action 83 4 Action 84 4 Action 85 4 Action 86 1 Action 87 4 Action 88 2 Action 89 4 Action 90 1 Action 91 1 Action 92 4 Action 93 1 Action 94 3 Action 95 2 Action 96 2 Action 97 1 Action 98 1 Action 99
Objective: 0 and the lowest is 4 . Requirements: - Functionality. (80pts) - No Syntax, Major Run-Time, or Major Logic Errors. (80pts*) - *Code that cannot be compiled due to syntax errors is nonfunctional code and will receive no points for this entire section. - Code that cannot be executed or tested due to major run-time or logic errors is nonfunctional code and will receive no points for this entire section. - Use only a Generic Linked List of your own creation. (80pts*) - *Other built in types like ArrayLists, LinkedLists, etc will receive no points for this entire section. - You may add, remove, or modify functionality in your generic linked list. - Clear and Easy-To-Use Interface. (10pts) - Users should easily understand what the program does and how to use it. - Users should be prompted for input and should be able to enter data easily. - Users should be presented with output after major functions, operations, or calculations. - Users should be able to perform any number of the required functions. In addition, users should be able to choose when to terminate the program. - All the above must apply for full credit. - Tasks (10pts) - The program must group together the task's action along with its priority. - The action is a simple non-null String value that explains the tasks and its default value is "none". - The priority is a whole number value from 0 to 4 inclusively where its default value is 4 . - All must apply for full credit. - Organizing Tasks (10pts) - The tasks must then be organized into a collection of Lists of tasks based on their priority. - This collection must be an Array of Linked Lists of Tasks. Lists of the Tasks similar to this GenLL [] organizedTasks; organizedTasks = new GenLL[5]; - HINT: Keep in mind this only constructed the Array and NOT all of the linked lists. Now we need to do that using a simple for-loop similar to this for(int i=0;i>t>ln t>ln ... - The program should ignore items that do not strictly follow the previously stated format. - Example Task File - The user must be able to load a different task file at any time, and this should replace the information previously stored. - All the above must apply for full credit. - Printing a Task File. (10pts) - The program must be able to print all tasks to a Task File. - All task information including their priority and action must be included and must be formatted in the same way mentioned above. - All must apply for full credit. - Coding Style. (10pts) - Code functionality organized within multiple methods other than the main method, and methods organized within multiple classes where appropriate. (5pts) - Readable Code (5pts) - Meaningful identifiers for data and methods. - Proper indentation that clearly identifies statements within the body of a class, a method, a branching statement, a loop statement, etc. - All the above must apply for full credit. - Comments. (10pts) - Your name in the file. (5pts) - At least 5 meaningful comments in addition to your name. These must describe the function of the code it is near. (5pts)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

7. It is advisable to do favors for people whenever possible.

Answered: 1 week ago

Question

9. Power and politics can be destructive forces in organizations.

Answered: 1 week ago