Solved

Evaluate the Given Pseudocode to Calculate the Payment (Pmt) with the Following

Question 93

Multiple Choice

Evaluate the given pseudocode to calculate the payment (pmt) with the following test values: The total number of hours worked (working_hours) = 50
The rate paid for hourly work (rate) = 10
Input working_hours
Input rate
Pmt = working_hours * rate
If working_hours > 40 then
Extra_hours = working_hours - 40
Extra_pmt = extra_hours * rate
Pmt = pmt + extra_pmt
End of if
Output pmt
What is the final output?


A) 540
B) 580
C) 500
D) 600

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents