Write detailed pseudocode for a program that is designed


Problem: Pseudocode

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:

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

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

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

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

SLP Expectations
The program should:

a) Allow user input
b) Select appropriate data structure
c) Apply linear search algorithm.

The response should include a reference list. Using double-space, Times New Roman 12 pnt font, one-inch margins, and APA style of writing and citations.

Request for Solution File

Ask an Expert for Answer!!
Data Structure & Algorithms: Write detailed pseudocode for a program that is designed
Reference No:- TGS03117575

Expected delivery within 24 Hours