Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Tax laws are incredibly complicated. In order to help cope, you will write a program to do some of the heavy lifting. Your program should

Tax laws are incredibly complicated. In order to help cope, you will write a program to do some of the heavy lifting. Your program should accept as input the amount of income made by the user in the past year, the marital status of the user (single/married), and the current elevation of the users home address (below/at/above sea level). Your program should produce as output the amount of tax owed for that year. The process for calculating the amount of tax owed is as follows: Yearly Income If the yearly income is less than $10,000, base tax is 2.3% of income If yearly income is greater than or equal to $10,000 but less than or equal to $50,000, base tax is 4.5% of income If yearly income is greater than $50,000, base tax is 6.1% of income Marital Status: If the user is single, no changes are made If the user is married, $24.62 is subtracted from the base tax Current Elevation: If the user lives below sea level, they are either a fish or a cave person, and processing fees are applied. $18.32 is added to the base tax. If the user lives at or above sea level, no changes are made

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions