Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

in C++ (Sales-Commission Calculator) A large company pays its salespeople on a commission basis. The salespeople each receive $200 per week plus 9% of their

in C++

(Sales-Commission Calculator) A large company pays its salespeople on a commission basis. The salespeople each receive $200 per week plus 9% of their gross sales for that week. For example, a salesperson who sells $5000 worth of chemicals in a week receives $200 plus 9% of $5000, or a total of $650. Develop a C++ program that uses a while statement to input each salespersons gross sales for last week and calculates and displays that salespersons earnings. Process one salespersons figures at a time.

HERE IS HOW THE OUTPUT AFTER RUNNIGN THE PROGRSM SHOULD LOOK LIKE

Enter sales in dollars (-1 to end): 5000.00 Salary is: $650.00

Enter sales in dollars (-1 to end): 6000.00 Salary is: $740.00

Enter sales in dollars (-1 to end): 7000.00 Salary is: $830.00

Enter sales in dollars (-1 to end): -1

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional SQL Server 2012 Internals And Troubleshooting

Authors: Christian Bolton, Justin Langford

1st Edition

1118177657, 9781118177655

More Books

Students also viewed these Databases questions

Question

Analytics in performing the test plan.

Answered: 1 week ago