Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You work for a software company has just created a new incentive for salespeople to earn a commission on each sale. The current program only

You work for a software company has just created a new incentive for salespeople to earn a commission on each sale. The current program only allows for a fixed salary. The Chief Information Officer (CIO) has asked you to create a new program that allows the functionality for a fixed salary and commission. Write a Java application, using NetBeans IDE, that calculates the total annual compensation of a salesperson. Consider the following: A salesperson will earn a fixed salary of $30,000. A salesperson will also receive a commission as a sales incentive. Commission is a percentage of the salesperson's annual sales. The current commission is 7% of total sales. The total annual compensation is the fixed salary plus the commission earned. The Java application should meet the following technical requirements: The application should have at least one class, in addition to the application's controlling class. (A controlling class is where the main function resides). A file needs to be created to contain the output. There should be proper documentation in the source code. The application should ask the user to enter annual sales, and it should display the total annual compensation. Compile your Java application files into a ZIP folder. PLEASE MAKE THIS AS SIMPLE AS POSSIBLE. i SEE A GOOD DEAL OF CODE THAT JUST LIKES TO EMBELLISH, BUT THIS NEEDS TO BE SIMPLE, PLEASE

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Step: 3

blur-text-image

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

Database Machine Performance Modeling Methodologies And Evaluation Strategies Lncs 257

Authors: Francesca Cesarini ,Silvio Salza

1st Edition

3540179429, 978-3540179429

More Books

Students also viewed these Databases questions

Question

Differentiate tan(7x+9x-2.5)

Answered: 1 week ago

Question

Explain the sources of recruitment.

Answered: 1 week ago

Question

Differentiate sin(5x+2)

Answered: 1 week ago

Question

Compute the derivative f(x)=1/ax+bx

Answered: 1 week ago