What's new

Closed C++ programming

Status
Not open for further replies.

Soobin_ms

Eternal Poster
Established
Joined
Oct 24, 2020
Posts
818
Solutions
3
Reaction
299
Points
392
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
 
Status
Not open for further replies.

Similar threads

Back
Top