A retail company assigns a $5000 store bonus if monthly sales are $100,000 or more.  Additionally, if their sales exceed 125% or more of their monthly goal of $90,000, then all employees will receive a message stating that they will get a day off. Step 3:  Complete the pseudocode by writing the missing lines.  When writing your modules and making calls, be sure to pass necessary variables as arguments and accept them as reference parameters if they need to be modified in the module.  (Reference: Writing a Decision Structure in Pseudocode, page 118).                                          Module main ()      //Declare local variables      Declare Real monthlySales           //Function calls      Call getSales(monthlySales)      ______________________________________________________      ______________________________________________________      End Module   //this module takes in the required user input Module getSales(Real Ref monthlySales)      Display “Enter the total sales for the month.”      Input monthlySales End Module

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

A retail company assigns a $5000 store bonus if monthly sales are $100,000 or more.  Additionally, if their sales exceed 125% or more of their monthly goal of $90,000, then all employees will receive a message stating that they will get a day off.

Step 3:  Complete the pseudocode by writing the missing lines.  When writing your modules and making calls, be sure to pass necessary variables as arguments and accept them as reference parameters if they need to be modified in the module.  (Reference: Writing a Decision Structure in Pseudocode, page 118).                                       

 

Module main ()

     //Declare local variables

     Declare Real monthlySales

    

     //Function calls

     Call getSales(monthlySales)

     ______________________________________________________

     ______________________________________________________

    

End Module

 

//this module takes in the required user input

Module getSales(Real Ref monthlySales)

     Display “Enter the total sales for the month.”

     Input monthlySales

End Module

 

//this module will determine if a bonus is awarded

Module ____________________________________________________

If monthlySales >=100000 Then

          Print “You get a bonus of $5,000!!!”

     End If­­­­­­­­

End Module

 

//this module will determine if all employees get a day

//off.  If sales are greater than or equal to 112500, then

//they get a day off.

Module ____________________________________________________

______________________________________________________

     ______________________________________________________

     ­­­­­­­­­­­­­______________________________________________________

     ______________________________________________________

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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education