Computer Science, asked by vrishabhchandnani, 1 month ago

Write a program to accept the per month Salary of a person and calculate and print the tax that he is required to pay based on the conditions given below: Salary (in Rs) Tax (in Rs) >=100000 10% of Salary >=75000 and =50000 and ​

Attachments:

Answers

Answered by xXMrAkduXx
0

 \large\green{\textsf{✩ Verified Answer ✓ }}

Gross Salary = Basic + HRA + DA + Allow – PF

Here, HRA = 20% of Basic

DA = 50% of basic

Allow = 1700 if grade = ‘A’

Allow = 1500 if grade = ‘B’

Allow = 1300 if grade = ‘C’

PF = 11% of basic

 \bf\pink{\textsf{Answered By MrAkdu}}

Answered by alonejatti
0

Gross Salary = Basic + HRA + DA + Allow – PF

Here, HRA = 20% of Basic

DA = 50% of basic

Allow = 1700 if grade = ‘A’

Allow = 1500 if grade = ‘B’

Allow = 1300 if grade = ‘C’

PF = 11% of basic

Similar questions