Question: Please help me with this coding question! Evaluate the pseudocode below to calculate the payment (pmt) with the following test values: The total number of
Evaluate the pseudocode below to calculate the payment (pmt) with the following test values: The total number of hours worked ( working Hours ) = 60 The rate paid for hourly work ( rate ) = 15 Input working Hours Input rate pmt = working Hours * rate If working Hours > 40 then extraHours = working Hours - 40 extraPmt - extraHours * rate * 2 pmt = pmt + extraPmt Output pmt 0 900 O 1,200 1,500 O 1,800
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
