0

can someone help me with this i am having a hard time since it is my first time

Create an application that contains a method that computes the final price for a sales transaction and returns that value to a calling method. The method requires three arguments: product price, salesperson commission rate, and customer discount rate. A product’s final price is the original price plus the commission amount minus the discount amount; the customer discount is taken as a percentage of the total price after the salesperson commission has been added to the original price. Write a main() method that prompts the user for the price of an item, the salesperson’s commission expressed as a percentage, and the customer discount expressed as a percentage, and that then passes the values to the method. Save the application as Calculator.java.

23rd Nov 2018, 10:11 PM
J. Dane
J. Dane - avatar
5 Answers
0
i haven't started yet 'cause i dont know how to :( please help me
23rd Nov 2018, 10:17 PM
J. Dane
J. Dane - avatar
0
yes yes i will, thank you!
23rd Nov 2018, 10:20 PM
J. Dane
J. Dane - avatar
0
btw, am i supposed to use scanner in this?
23rd Nov 2018, 10:51 PM
J. Dane
J. Dane - avatar
0
4 scanners to be exact?
23rd Nov 2018, 11:04 PM
J. Dane
J. Dane - avatar
0
i really dont get the problem
23rd Nov 2018, 11:04 PM
J. Dane
J. Dane - avatar