Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started