What's new

C++ programming

Soobin_ms

Forum Veteran
Elite
Joined
Oct 24, 2020
Posts
793
Solutions
3
Reaction
297
Points
714
1. Consider the problem of calculating a paycheck. The pay is calculated by multiplying the number of hours worked by the rate of pay. All hours greater than 40 are calculated at time and half. Correct any steps below that are in error.
a. Get the number of hours worked.
b. Get the rate of pay.
c. Get the amount pay.
d. Find the amount of pay at the base salary.
e. Find the number of overtime hours.
f. Find the number of hours at the regular pay.
g. Find the amount of pay at overtime rate.
h. Calculate the paycheck using the following equation:
Pay=hoursWorked * rateOfPay + overtimeHours * pay* 1.5

Patulong po. Beginner palang po kasi
 

Similar threads

Back
Top