A retail company assigns a $5000 store bonus if monthly sales are more than $100,000; otherwise a $500 store bonus is awarded.  Additionally, they are doing away with the previous day off program and now using a percent of sales increase to determine if employees get individual bonuses.  If sales increased by at least 4% then all employees get a $50 bonus. If they do not, then individual bonuses are 0. Step 7:  The final step in completing the pseudocode is to call all the modules with the proper arguments.  Complete the missing lines.   Module main ()      //Declare local variables      Declare Real monthlySales      Declare Real storeAmount      Declare Real empAmount      Declare Real salesIncrease           //Function calls      Call getSales(monthlySales)      Call getIncrease(salesIncrease)      Call ______________(_______________, _____________)      Call ______________(_______________, _____________)      Call ______________(_______________, _____________)      End Module

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter1: Fundamentals Of C++ Programming
Section1.3: Preliminary Three: Software Development
Problem 7E: (Statistics) This is the formula for the standard normal deviate, z, used in statistical...
icon
Related questions
Question

A retail company assigns a $5000 store bonus if monthly sales are more than $100,000; otherwise a $500 store bonus is awarded.  Additionally, they are doing away with the previous day off program and now using a percent of sales increase to determine if employees get individual bonuses.  If sales increased by at least 4% then all employees get a $50 bonus. If they do not, then individual bonuses are 0.

Step 7:  The final step in completing the pseudocode is to call all the modules with the proper arguments.  Complete the missing lines.

 

Module main ()

     //Declare local variables

     Declare Real monthlySales

     Declare Real storeAmount

     Declare Real empAmount

     Declare Real salesIncrease

    

     //Function calls

     Call getSales(monthlySales)

     Call getIncrease(salesIncrease)

     Call ______________(_______________, _____________)

     Call ______________(_______________, _____________)

     Call ______________(_______________, _____________)

    

End Module

 

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning