Write a program that calculates the income tax from a given value of gross income. Use C language in writting the program | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a program that calculates the income tax from a given value of gross income. Use C language in writting the program

The program should ask the user to supply the value of grosstax.The program should guide the user to key in a given value of gross income and the range of the amount to key in .The program should divide the income into 4 equal amounts (0.25) and then perform the following computations Amount category 1 (0-5000) 8% Amount category 2 ( >5000-10000) 10% Amount category 3 (>10000-15000) 7% Amount category 4 (>15000-20000) 5% The program should print out the summary of tax deduction per category and finally display accumulated total tax deducted. The program should finally print the statement , "the total tax deducted from the gross of ksh .......is ksh ......."

28th Feb 2022, 11:11 AM
Gideon
4 Answers
+ 2
Please show your code attempt. We can help you to solve it but won't do your homework.
28th Feb 2022, 11:49 AM
Lisa
Lisa - avatar
+ 2
Jay Matthews i will add some more to your list ;) Rust, Perl, CoffeeScript, Asm, Lua, Smalltalk, F#, Nim, Brainf***. (ok, the last one does have something wrong)
28th Feb 2022, 2:33 PM
Bot
Bot - avatar
0
Plizz help me am supposed to submit the program tommorow
28th Feb 2022, 11:17 AM
Gideon
0
I've written the program. What does your attempt look like Gideon ? here is mine: https://code.sololearn.com/c2Rv7tbO0PqP/?ref=app
1st Mar 2022, 1:14 PM
HungryTradie
HungryTradie - avatar