(Financial application: compute commissions) Write a method that computes the commission, using the scheme in Programming Exercise The header of the method is as follows:
public static double computeCommission(double salesAmount)
Write a test program that displays the following table:
Sales Amount | Commission |
10000 | 900.0 |
15000 | 1500.0 |
... |
|
95000 | 11100.0 |
100000 | 11700.0 |
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.