Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this project, you will design a program to perform the following task: Write a program that allows a tax accountant to compute personal income

In this project, you will design a program to perform the following task: Write a program that allows a tax accountant to compute personal income tax. Your program will ask for a filing status (0 for single, 1 for married filing jointly, 2 for married filing separately) and a taxable income. The program will compute the tax. Please use the following chart to find the tax rate to use to compute the tax: (0) Single: o $0 - $33,950 o $33,951 - $171,550 o $171,551 + (1) Married Filing Jointly: o $0 - $67,900 o $67,901 - $208,850 o $208,850 + (2) Married Filing Separately: o $0 - $38,950 o $38,951 - $104,425 o $104,426 + --> 10% --> 25% --> 33% --> 10% --> 25% --> 33% --> 10% --> 25% --> 33% The program should run and allow for as many entries as the tax accountant wants to enter. It will process the personal income tax for each person as well as calculate the average income tax for all the individuals entered. The program will stop when a user enters -1. You will turn in your: Inputs and outputs (IPO) pseudocode flowchart (Raptor) desk check. Submission Requirements for Projects: You will submit two files for this project. You will have your Word document, which will have your inputs, outputs, pseudocode, and desk check. You will also submit your flowchart.

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

Excel As Your Database

Authors: Paul Cornell

1st Edition

1590597516, 978-1590597514

More Books

Students also viewed these Databases questions