Write detailed pseudo code for a program that is designed


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.

 

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: Write detailed pseudo code for a program that is designed
Reference No:- TGS01192773

Expected delivery within 24 Hours