Start Declare variables idno, msg, location, dept budget Input idno, location, dept, budget budgetMsg() Output idno, msg, location, dept, budget Stop msg = cut 3% budgetMsg() dept> 15 msg = cut 5% Return or End module What would the results be? Problem #5: 1111 FR 22 600000 Problem #6: 1212 PR 19 400000 Problem #7: 2222 NB 14 300000 budget > 500000 msg = cut 7%

icon
Related questions
Question
Start
Declare variables
idno, msg, location,
dept
budget
Input idno, location,
dept, budget
budgetMsg()
Output idno, msg,
location, dept, budget
Stop
msg = cut 3%
budgetMsg()
dept> 15
msg cut 5%
Return or End
module
What would the results be?
Problem #5: 1111 FR 22 600000
Problem #6: 1212 PR 19 400000
Problem #7: 2222 NB 14 300000
budget >
500000
msg = cut 7%
Transcribed Image Text:Start Declare variables idno, msg, location, dept budget Input idno, location, dept, budget budgetMsg() Output idno, msg, location, dept, budget Stop msg = cut 3% budgetMsg() dept> 15 msg cut 5% Return or End module What would the results be? Problem #5: 1111 FR 22 600000 Problem #6: 1212 PR 19 400000 Problem #7: 2222 NB 14 300000 budget > 500000 msg = cut 7%
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 5 images

Blurred answer