Question: Write PSEUDOCODE using a LinkedList, ArrayList, or Vector. GENERAL PURPOSE DATA STRUCTURES (ARRAYLIST, LINKEDLIST, AND VECTOR) AND SEARCH ALGORITHMS Write detailed pseudo code for a
Write PSEUDOCODE using a LinkedList, ArrayList, or Vector.

GENERAL PURPOSE DATA STRUCTURES (ARRAYLIST, LINKEDLIST, AND VECTOR) AND SEARCH ALGORITHMS Write detailed pseudo code for a program that is designed to organize a family's tax payments for the past 20 years. The program should accomplish the following tasks: 1. Prompt the user for the tax amount and also the year. 2. Use appropriate data structure to store the tax amount and the year. 3. Use a linear search algorithm to determine which year the family paid the highest tax, and display the result. 4. Calculate the average amount of tax paid over the years, and display the result. After you are done, submit the pseudo code to the dropbox. SLP Assignment Expectations 1. Write detailed pseudo code that accomplishes all tasks. 2. Demonstrate your understanding of search algorithms and data structure by correct application
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
