In this SLP assignment, we will get more practice with the
concepts we have learned.
Read the following requirements, first write pseudo code based
on your understanding, and then develop a Java application program
based on your pseudo code.
The program will first ask users to key in their taxable annual
income.
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%...