- Write A Java Program Which Initialization Earning Of An Employee The Program Should Calculate The Income Tax To Be Paid 1 (69.41 KiB) Viewed 23 times
Write a java program which initialization earning of an employee. The program should calculate the income tax to be paid
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a java program which initialization earning of an employee. The program should calculate the income tax to be paid
Write a java program which initialization earning of an employee. The program should calculate the income tax to be paid by the employee as per the criteria given below: Slab rate Upto Rs. 50,000 Upto Rs. 60,000 Upto Rs. 1,50,000 Above Rs. 1,50,000 Hint: - Run: - java calculates 1,25,000 Result: income tax is IT rate Nil 10% on additional amount 20% on additional amount 30% on additional amount