Start Declare variables idno, namez, paycode payhr, hourswk, salary pay, payafter Input idno, namez, paycode, payhr, hourswk, salary calcPay() Output idno, namez pay, payafter Stop calcPay() paycode = H Calculate pay = salary/52 Calculate payafter = pay *.8 Return or End module Calculate pay = payhr* hourswk Problem #3: 11111 Ann Smith S 0 0 52000 Problem #4 12121 Linda French H 25 40 0 What is the output for problem #3 and #4?
Start Declare variables idno, namez, paycode payhr, hourswk, salary pay, payafter Input idno, namez, paycode, payhr, hourswk, salary calcPay() Output idno, namez pay, payafter Stop calcPay() paycode = H Calculate pay = salary/52 Calculate payafter = pay *.8 Return or End module Calculate pay = payhr* hourswk Problem #3: 11111 Ann Smith S 0 0 52000 Problem #4 12121 Linda French H 25 40 0 What is the output for problem #3 and #4?
Related questions
Question
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 5 steps with 3 images