Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a JAVA program. J Mall is a clothing retail company. They need to calculate the commission for staff based on below rates less than

Write a JAVA program.

J Mall is a clothing retail company. They need to calculate the commission for staff based on below rates

less than $1000 5%

$1,000-4,999 10%

$5,000-7,999 12%

$8,000-14,999 15%

$15,000 or more 16% They also allow the staff to ask for advance payment, Write a program that performs the following steps:

- Ask the staff to enter monthly sales.

- Ask the staff to enter the amount of advanced pay

- Use the monthly sales to calculate the commission

- Calculate the staffs pay by subtracting the advanced pay from the total commission.

- If the amount is negative, inform the staff they cannot ask for that much advance pay.

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

Relational Database Design A Practical Approach

Authors: Marilyn Campbell

1st Edition

1587193175, 978-1587193170

More Books

Students also viewed these Databases questions

Question

What four groups are needed in the Solomon 4-group design?

Answered: 1 week ago