Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I have figured out the loop and get the correct outputs. I just cant figure out how to get the output formatted in a table

I have figured out the loop and get the correct outputs. I just cant figure out how to get the output formatted in a table with one column being Commission sales and the other being total salary. Commission sales would be the variable money and the total salary would be the variable salary. Headers at the top of each column would also be great so people know what they are. My code and the question are below this is programmed in java.

package hw4;

public class Homework4 {

public static void main(String[] args) { // TODO Auto-generated method stub

double HolderOne,HolderTwo,Salary,NewMoney; for(double money=2000;money = .01)&&(money = 5000.01)&&(money

}

image text in transcribed

Financial application: find the sales amount) You have just started a sales job in a department store. Your pay consists of a base salary and a commission. The base salary is $5,000. The scheme shown below is used to determine the commission rate. Sales Amount Commissioa Rato percent percent $10,000.01 and above 2percent $0.01-$5,000 $5,000.01-$10,000 10 Note that this is a graduated rate. The rate for the first $5,000 is at 8%, the next $5000 is at 10%, and the rest is at 12%. If the sales amount is 25,000, the commission is 5,000 * 8% 5,000 * 10% + 15,000 * 12% = 2,700. Write a program that will calculate your salary for sales starting at $2,000 and ending at $15,000 incremented by $1,000 each time. Print the result in a table form

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

More Books

Students also viewed these Databases questions

Question

1. What does this mean for me?

Answered: 1 week ago