Question: C++ Write a program that includes two functions. The first function should ask a salesperson for the dollar value of daily sales and then return
C++
Write a program that includes two functions. The first function should ask a salesperson for the dollar value of daily sales and then return this figure to the main program. The second function should calculate the salespersons commission based on the following rates:

The dollar value of the calculated commission should be returned to the main program, which then displays it. Save the file as Commission.cpp.
Sales 0-999 1000-2,999 Commission 3% 3.5% 4.5%
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
