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%
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%
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.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 3 steps