Write a java program which initialization earning of an employee. The program should calculate the income tax to be paid
Posted: Sun Jul 03, 2022 9:59 am
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