As you work during that length of time, hold on to all of the paychecks you earn. To get your hourly rate, divide the income you made in that period by how many hours you worked in that time . If you’re salaried, figure out roughly how many hours you work in a year, then divide your yearly salary by that number.
Read moreHow do you calculate gross salary in C++?
Formula’s :- Gross Salary = Basic + Da + Hra + Ma . Deduction = Gross Salary – Pf – Pt – It. Net Salary = Gross Salary – Deduction. Logic:- For finding a gross salary of Employee we need to calculate DA and HRA then Sum Of Basic Salary + HRA + DA.
Read moreHow do we take input in Java?
Example of integer input from user
Read more