Page 1 of 1

Question 1 (Lab 3.1.1.11) Your task is to write a tax calculator as follows: 1- if the citizen's income is not higher th

Posted: Thu May 26, 2022 9:06 am
by answerhappygod
Question 1 Lab 3 1 1 11 Your Task Is To Write A Tax Calculator As Follows 1 If The Citizen S Income Is Not Higher Th 1
Question 1 Lab 3 1 1 11 Your Task Is To Write A Tax Calculator As Follows 1 If The Citizen S Income Is Not Higher Th 1 (44.46 KiB) Viewed 41 times
Question 1 (Lab 3.1.1.11) Your task is to write a tax calculator as follows: 1- if the citizen's income is not higher than 85,528 thalers, the tax was equal to 18% of the income minus 556 thalers and 2 cents. 2- If the income was higher than this amount, the tax was equal to 14,839 thalers and 2 cents, plus 32% of the surplus over 85,528 thalers. 3- If the calculated tax is less than zero, it only means no tax at all. Test your code using the provided Test Data in Lab 3.1.1.11 You code