Design an algorithm to accept income from the user; compute the income tax to be paid and display the income and the tax payable on the screen.
Income tax calculation is based on the following table. it is also available at this link: https://www.iras.gov.sg/irashome/Individulas/Locals/Working-Out-Your-Taxes/Income-Tax_Rates/
- Defining problem
- Pseudo code algorithm
-Desk check of the algorithm (two test cases for each question as in one success one invalid)
Please fix the following input errors: