Start Declare variables idno, msg, location, dept budget Input idno, location, dept, budget budgetMsg() Output idno, msg, location, dept, budget Stop msg = cut 3% budget > 500000 What would the results be? Problem #8: 3333 BO 20 600000 Problem #9: 3434 AT 15 400000 Problem #10: 4444 NB 14 700000 budgetMsg() dept > 15 msg = cut4% Return or End module msg = cut 6%

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%
budget >
500000
What would the results be?
Problem #8: 3333 BO 20 600000
Problem #9: 3434 AT 15 400000
Problem #10: 4444 NB 14 700000
budgetMsg()
dept> 15
msg = cut4%
Return or End
module
msg = cut 6%
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% budget > 500000 What would the results be? Problem #8: 3333 BO 20 600000 Problem #9: 3434 AT 15 400000 Problem #10: 4444 NB 14 700000 budgetMsg() dept> 15 msg = cut4% Return or End module msg = cut 6%
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer