The basic salary is the base income of the fixed component of the whole compensation offered to employees. Gross Salary is, therefore: Basic Salary + HRA + Other Allowances .
Read moreHow is HRA calculated in Java?
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 – pf29 Mar 2019
Read moreHow is PF HRA calculated?
The amount of tax deduction that can be claimed will be the least of the following:
Read moreHow is basic salary calculated in Java?
By using the given formula gross_salary = [basic_salary + daily allowance + house_rent] we cand find the answer. By using the below code we can easily calculate the gross salary in java programing.
Read moreHow do you write an algorithm for gross salary?
If basic_salary <= 10000 then, hra = basic_salary * 0.8 and da = basic_salary * 0.2 . Similarly check basic salary and compute hra and da accordingly. Calculate final gross salary using formula gross_salary = basic_salary + da + hra .
Read moreHow is net salary calculated in Java?
net salary= GS-income taxAlgorithm:
Read moreWhat is the formula for salary calculation?
Your total yearly take-home salary = gross salary – total deductions = ₹9.50 lakhs – ₹48,700 = ₹9,01,300. Now, your monthly take-home salary = annual salary/12 = ₹9,01,300/12 = ₹75,108. To do away with the tedious calculations, most people prefer the take-home salary calculator in India.
Read more