(New Salary – Old Salary)/ (Old Salary) * 100 = percentage increase.
Read moreHow do you calculate total salary in python?
Write a python program to calculate net salary if the user input the basic salary(basic) and calculate the DA where DA = 10% of basic salary, HRA =10% of basic salary, total salary(tsalary)=basic +DA+HRA and deduct the 12% PF on. Total salary and net salary=tsalary-PF
Read more