Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A program in C# visual studio that will calculate an individual federal income tax, based on gross income, deductions and simple tax table. Deductions include

A program in C# visual studio that will calculate an individual federal income tax, based on gross income, deductions and simple tax table. Deductions include a standard exemption for dependents and a short list of allowablen itemized deductions. Below is a screen show of what the table will look like I have already made the table this is just for reference.

image text in transcribed

image text in transcribed

ESCC Easy Tax SCC Easy Tax Form Gross Income 100000 Taxable Income 190000.00 Dependent Exemptions Tax Owed ltemized Deductions $16450.00 Mortgage Interest 4000 Chantable Contributions Calculate Tax 3000 Operation . The user enters a value for annual gross income, the number of dependents and itemized deductions (see the design) and clicks the Calculate Tax button or presses the Enter key to activate that button. The program calculates the tax owed and displays it. Format as displayed above Specifications * Before any calculations are done, the program should check that all entries are numeric. . Code a function named CalculateTaxableIncome that returns the net taxable income. Include the necessary data as parameters for this function. Code a function named CalculateTaxOwed that returns the tax owed. Include the necessary data as parameters for this function. Code a sub procedure called Display that shows a number formatted as Decimal with 2 decimal places. Use this procedure to display the results (taxable income and tax owed) as indicated in the design. ESCC Easy Tax SCC Easy Tax Form Gross Income 100000 Taxable Income 190000.00 Dependent Exemptions Tax Owed ltemized Deductions $16450.00 Mortgage Interest 4000 Chantable Contributions Calculate Tax 3000 Operation . The user enters a value for annual gross income, the number of dependents and itemized deductions (see the design) and clicks the Calculate Tax button or presses the Enter key to activate that button. The program calculates the tax owed and displays it. Format as displayed above Specifications * Before any calculations are done, the program should check that all entries are numeric. . Code a function named CalculateTaxableIncome that returns the net taxable income. Include the necessary data as parameters for this function. Code a function named CalculateTaxOwed that returns the tax owed. Include the necessary data as parameters for this function. Code a sub procedure called Display that shows a number formatted as Decimal with 2 decimal places. Use this procedure to display the results (taxable income and tax owed) as indicated in the design

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

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Does it have at least one-inch margins?

Answered: 1 week ago

Question

Does it highlight your accomplishments rather than your duties?

Answered: 1 week ago