Income Tax Department of a country has made the following new tax slabs:
Income
Rate of Tax
Below 200000
10%
200000 and above
20000 + 20% of Income more than 200000
You are required to write a program in Python to accept the income of a person and calculate and show the Income Tax as per the slabs shared above.
Answers
Answered by
4
Answer:
income=int(input("enter the income"))
if income>200000:
print("you have to pay a tax of Rs.",(10/100)*income)
else:
print("you have to pay a tax of Rs.",20000+((20/100)*income))
# hope it helps you
please mark brainliest
Answered by
1
Answer:
wassup kain kaisa hai?? bc
Explanation:
mujhe apna mail id personal bhej
aka ADITYA das 10-B
Similar questions
World Languages,
4 months ago
Math,
4 months ago
History,
9 months ago
English,
9 months ago
Geography,
1 year ago