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%
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%
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 with 5 images