1. BEGIN 2. "Taxable income :" GET income 3. IF income<=50197 THEN 4. LET tax income*0.15 5. GOTO STEP 17 6. ELSE IF inc

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

1. BEGIN 2. "Taxable income :" GET income 3. IF income<=50197 THEN 4. LET tax income*0.15 5. GOTO STEP 17 6. ELSE IF inc

Post by answerhappygod »

1 Begin 2 Taxable Income Get Income 3 If Income 50197 Then 4 Let Tax Income 0 15 5 Goto Step 17 6 Else If Inc 1
1 Begin 2 Taxable Income Get Income 3 If Income 50197 Then 4 Let Tax Income 0 15 5 Goto Step 17 6 Else If Inc 1 (59.36 KiB) Viewed 22 times
1. BEGIN 2. "Taxable income :" GET income 3. IF income<=50197 THEN 4. LET tax income*0.15 5. GOTO STEP 17 6. ELSE IF income<=100392 THEN LET tax (50197*0.15)+((income- 7. 8. GOTO STEP 17 9. ELSE IF income<=155625 THEN 10. LET tax (50197*0.15)+(100392*0.205)+ ((income-100392)*0.26) 11. GOTO STEP 17 12. ELSE IF income<=221708 THEN 13. LET tax (50197*0.15)+(100392*0.205)+ (155625*0.26)+((income-155625)*0.29) GOTO STEP 17 14. 15. ELSE 16. LET tax (50197*0.15)+(100392*0.205)+ (155625*0.26)+(221708*0.29)+((income- 221708)*0.33) 17. PUT "Income Tax :" + tax 18. STOP 50197)*0.205)
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply