Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Accounting for Decision Making and Control

Authors: Jerold Zimmerman

8th edition

78025745, 978-0078025747

More Books

Students also viewed these Programming questions

Question

What are today's prisons like? What purpose do they serve?

Answered: 1 week ago

Question

Describe two of Georg Elias Mllers contributions to psychology.

Answered: 1 week ago