Java Code II

https://en.wikipedia.org/wiki/Pseudocode
is very important for programmers. It helps to sort out your thoughts before coding and is for humans (programmers), not machines. Eventually, the pseudocode will need to be converted into an actual program for the machine to read.

Write detailed pseudocode for a program that is designed to organize a family’s property tax payments for the past 20 years. The program should accomplish the following tasks:

1.Prompt the user for the property tax amount and also the year.

2.Use appropriate data structure to store the property tax amount and the year.

3.Use a linear search algorithm to determine which year the family paid the highest property tax, and display the result.

4.Calculate the average amount of property tax paid over the years, and display the result.

The program should:

Allow user input

Select appropriate data structure

Apply linear search algorithm

Please note that this is not an actual program but a program in pseudocode which can be converted into a working program.

find the cost of your paper

This question has been answered.

Get Answer