Java program to compute employee’s net salary,HRA,DA and GS
Read moreHow is PF percentage calculated in Java?
Include appropriate getters and setters method in Employee class. Write the following method in the Employee class: public void calculateNetSalary(int pfpercentage) – This method should take PF percentage as argument. Deduct the PF amount from the salary and set the netSalary.
Read moreHow do I find out employee details?
Know Your Employee Id, Your Details on Employee Information System (EIS) Website
Read moreCan I write a program in Java?
All Java programs are written in plain text — therefore you don’t need any special software. For your first program, open up the simplest text editor you have on your computer, likely Notepad.
Read moreWhat is this keyword in Java?
The this keyword refers to the current object in a method or constructor . The most common use of the this keyword is to eliminate the confusion between class attributes and parameters with the same name (because a class attribute is shadowed by a method or constructor parameter).
Read moreWhat is a class employee?
Class of employees means a number of employees considered as a group because they are employed to perform similar duties , are employed in the same type of program, or share other similarities related to the nature of the work being performed. (b) One employee shall not be considered a class of employees.
Read moreHow is salary calculated for employees in Java?
net salary= GS-income taxAlgorithm:
Read more