Computer Science, asked by kavitarajpandey48, 2 months ago

Write a program to get the incentive on the basis of sales done by sales man in a

day as per following guidelines:

Total Sales(in amount) Incentive Rate on total

sale

Less than 1000 2%

1001 to 5000 5% of Sale Order

5001 to 10000 10% of Sale Order

Greater than 10000 15%

Answers

Answered by hammadalishaukat4288
0

Answer:

the Total Sales is equal or grater than 1000 the commission rate will be. 8% otherwise it will be 0. Your program should ask the user to enter the total ...

Similar questions