C++ Employee Salary Calculator

preview_player
Показать описание
C++ Programs: Beginner Series
#C++ #Employee #Salary #Calculator

Beginners' #CPP program to calculate an employees #WeeklySalary based on hours worked. The program will prompt the user to enter the hours worked and hourly rate. The program will calculate regular pay for first 40 hours and also overtime pay for any extended hours beyond 40. The overtime hours will be paid @1.5 of the regular hourly rate. Then program will display the regular pay, overtime pay and total pay.

Source Code:
Рекомендации по теме
Комментарии
Автор

Please SUBSCRIBE to my channel to promote and encourage. Thanks.

CodingHelpLine