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 moreCan you make programs with C++?
C++ is a good programming language to know for many reasons, but one of its most important features is that you can create programs using C++ that can run on different operating systems seamlessly . Some of its features include being: General-purpose. Compiled.
Read moreWhat are constructors in C++?
A constructor in C++ is a special method that is automatically called when an object of a class is created .
Read moreHow do you create an Employee class in Python?
Python Program to Store Employee Details using Class
Read more