Question: Write pseudo code based on your understanding, and then develop a Java application program based on your pseudo code. 1. The program will first ask
Write pseudo code based on your understanding, and then develop a Java application program based on your pseudo code.
1. The program will first ask users to key in their taxable annual income.
2. Depending on the income level, the program will calculate the tax owed. Using the following table as reference:
Income tax bracket percentage:
0$8,500: 10%
$8,500$34,500: 15%
$34,500$83,600: 25%
$83,600$174,400: 28%
$174,400$379,150: 33%
$379,150 and above: 35%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
