| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Write a c++ program to calculate a commission report for EZ Tech corporation. They have 5 sales people. Your program should ask the user to input 3 sales for each salesperson. Add the sales for each salesperson and calculate the commission. The commission is given by using the following information: a) For the 1st $1000.00, the rate is 5% (0.05) b) B) For the next $2500.00, the rate is 7% (0.07) c) If over $2500.00, then the commission rate is 9% (0.09) PS: You must use 2-Dimensional ARRAY for this program. Your output should look like this: Name Sale1 Sale2 Sale3 Totals Commission Xxxxx Xxxxx Xxxxx Xxxxx Xxxxx Xxxxx Total Xxxxx Xxxxx Xxxxx Xxxxx Xxxxx email results to clive_r_2000@yahoo.com |
![]() |
| Viewing: Dev Articles Community Forums > Programming > C/C++ Help > Solve this c++ (2 dimansional array) program |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|