Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 376 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 376 Bytes

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.