+ 1
Java
I want a program in java to calculate the tax for a taxable income of rs.410000 if the tax rate is fixed at 3.2%
2 Réponses
+ 1
Income = amount
Tax = 0.032
Tax_Amount = income * tax
+ 1
Then print that
I want a program in java to calculate the tax for a taxable income of rs.410000 if the tax rate is fixed at 3.2%