Computer Science, asked by abhirampb2007, 2 months ago

write a java program to accept monthly salary of an employee and find his annual salary. Find the charitable amount if he is to donate 12% of his annual salary as charity​

Answers

Answered by parthu2011
1

Explanation:

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);

}

}

Answered by ashachaurasia79
1

Answer:

hi jjwguvevsigegefeuwiiwcywgopwycgeucsgdhbd

Similar questions