write algorithm for the the below program:
write a program in java to input name and basic salary of an employee
calculate and dislplay 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
Answers
Answered by
2
write algorithm for the the below program:
write a program in java to input name and basic salary of an employee
calculate and dislplay 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
▲
Similar questions