Page 1 of 1

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
by answerhappygod
Write A Java Program Which Initialization Earning Of An Employee The Program Should Calculate The Income Tax To Be Paid 1
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 24 times
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