Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please write this code using c# Please write a federal income tax estimator ask the user to enter the number of w2s they have to
Please write this code using c#
Please write a federal income tax estimator ask the user to enter the number of w2s they have to enter, then loop through and total their gross income from each individual w2 ask them to enter deductions until they are done entering values if their total deductions is less than the standard deduction, use the standard deduction ( $12,950) for individuals then calculate their taxes owed at each bracket based on their adjusted gross income ( gross income - deductions ) display taxes owed at each bracket, even if it's $0 then display total taxes owed, taxes as % of gross income and taxes as % of adjusted gross incomeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started