Question
a program that calculates incentive bonus pay for employees on a sales team. An employee earns $500 weekly as base pay, there is a bonus
a program that calculates incentive bonus pay for employees on a sales team. An employee earns $500 weekly as base pay, there is a bonus scale for various levels of sale quota each week. If the employee sales are $2500-$4999, they get a bonus of 150, in addition to their pay, for sales between $5000-$6999 it is $250 additional, and $7000 or more in sales it is an addental $350 in pay, in addition, their base salary. The program will receive input from the user on the amount in sales for that week. The program will then calculate the employee's total pay for that week. The program will implement the use of a method that receives the input and perform the decision, then return the appropriate value to another method that calculates pay, then the program will display the results with another method called display showing the total sales, the bonus and the total pay the employees will receive.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
import javautilScanner public class IncentiveBonus public static void mainString args Scanner scanne...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started