You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a C++ program that determines the net salary of a worker based on the number of working hours, some conditional taxes and other incentives all considered.
The program will execute and give the user the the grossPay, netPay, and amount deducted based on the conditions and taxes stated above.
Making use of some C++ functionalities to build this console app.