Please use Java as programming language Create a class named Commission that includes 3 variables: a double sales figure, a double  commission rate and an integer commission rate. Create 2 overloaded methods named  computeCommission(). The first method takes 2 double arguments representing sales and rate,  multiplies them and then displays the results. The second method takes 2 arguments: a double  sales figure and an integer commission rate. This method must divide the commission rate by  100.0 before multiplying by the sales figure and displaying the commission. Supply appropriate  values for the variables. Test each overloaded methods.

EBK JAVA PROGRAMMING
8th Edition
ISBN:9781305480537
Author:FARRELL
Publisher:FARRELL
Chapter3: Using Methods, Classes, And Objects
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question

Please use Java as programming language

Create a class named Commission that includes 3 variables: a double sales figure, a double 
commission rate and an integer commission rate. Create 2 overloaded methods named 
computeCommission(). The first method takes 2 double arguments representing sales and rate, 
multiplies them and then displays the results. The second method takes 2 arguments: a double 
sales figure and an integer commission rate. This method must divide the commission rate by 
100.0 before multiplying by the sales figure and displaying the commission. Supply appropriate 
values for the variables. Test each overloaded methods.

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
void method
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT