Computer Science, asked by aashihunjan5, 6 months ago

WAP to enter sales amount and give the commission to salesman based on sales amount. Display commission amount.Amount Commission>=10000 10% of bill amount>=5000 5% of bill amount>=2000 2% of bill amountotherwise 0​

Answers

Answered by itztripti
0

Answer:

Java program to calculate salesperson commission. The following program has been written in five different ways like using standard values, Taking inputs through scanner class, using command line arguments, user-defined method, creating a separate class. The following code can be used in any different manner, for salesperson, java code sales commission calculator, simple commission calculation program part 2.

Similar questions