Income Tax Problem |
|||||||||||
Input a person’s gross salary amount. Program should determine the income tax for that person and print it out. (use the following table) |
|
||||||||||
![]() |
|
![]() |
|||||||||
Create a flowchart and VBA code to solve this problem. Create a command button on the spreadsheet named cmdIncomeTax. Place the code under the Click event of a command button titled “Income Tax”. Hint: Use nested If statements in the flowchart and the code. |
|||||||||||