Question: Python: Using the resource files on algorithm development posted in our Canvas course, write the pseudocode to solve the following problem: NOTE: YOU ARE NOT

Python:

Using the resource files on algorithm development posted in our Canvas course, write the pseudocode to solve the following problem: NOTE: YOU ARE NOT writing actual code for this exercise.

An accountant wants to calculate the amount of federal tax for all his customers. The program must ask for the number of customers, and for each customer, ask for the name of the customer, marital status, and total income. Calculate and display the customers name and the income tax. He also wants the total of all income values and total of all tax values for all his customers to be reported. Tax is calculated based on the following table:

Filing status income Tax percentage

Single 0 10,000 10% of income

Married 0 10,000 8% of income

Single More than 10,000 15% of income

Married More than 10,000 12% of income

There is no need to check for invalid input. We are assuming the user enters the correct input.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!