Computer Science, asked by joe7758, 2 months ago

Write a program to find the gross salary of an employee whose basic salary are pa, da, hrf, pf in Java ​

Answers

Answered by subhalaxmiswain123
0

Answer:

write a program in java to input name and basic salary of an employee. Calculate and display the gross salary and net salary when : da = 30% of basic, hra = 12.5% of basic, pf = 10% of basic, gross= basic+ da+ hra, net pay = gross - pf

Explanation:

Mark as brainlist

Answered by Anonymous
0

Explanation:

Gross Salary = Basic + HRA + DA + Allow – PF ... Approach: The idea is to find the allowance on the basis of the grade and then ... C++; Java; Python3;

Similar questions