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 5:  Write a module that will determine individual bonuses.  If the sales increase percent was 4% or more, then all employees get a $50 bonus.  If the sales increase was not reached, then the bonus amount should be set to zero.  This module should be called empBonus and accept salesIncrease as a normal variable and empAmount as a reference.     //MODULE 4 //this module will determine what the bonus levels are Module ___________(Real ___________, Real Ref ___________) If salesIncrease >=__________ Then           Set ______________ = 50      Else           Set ______________ = 0      End If­­­­­­­­ 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 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 5:  Write a module that will determine individual bonuses.  If the sales increase percent was 4% or more, then all employees get a $50 bonus.  If the sales increase was not reached, then the bonus amount should be set to zero.  This module should be called empBonus and accept salesIncrease as a normal variable and empAmount as a reference.  

 

//MODULE 4

//this module will determine what the bonus levels are

Module ___________(Real ___________, Real Ref ___________)

If salesIncrease >=__________ Then

          Set ______________ = 50

     Else

          Set ______________ = 0

     End If­­­­­­­­

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
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