write a program in java to display the salary of an employee which is increased by 15%and the bonus amount will be added on the same month which is 20% of the main salary
Answers
Answered by
2
class NetSalary
{
public static void main(String arg[])
{
double grossSalary=10000;
double incomeTax=1000;
double providentFund=800;
double professionalTax=500;
double netSalary=grossSalary-(incomeTax+providentFund+professionalTax);
System.out.println("Net Salary is="+netSalary);
}
}
Hope ithelp's you
Plz mark my Answer as Brainliest
[Do u Play minecraft]
Answered by
0
Answer:
free frie fre frie free frie free frie
Similar questions