Java Programming – Lesson 4 Using Methods – Laboratory Exercises 3. 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

Java Programming – Lesson 4 Using Methods – Laboratory Exercises

3. 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 2 steps with 3 images

Blurred answer
Knowledge Booster
Class
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