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 more