Hello, I am new to C++ and thus far have been able to do all the program excercises in my book, but I can't get the following program scenario to build and execute.
I am trying to calculate a salesperson's salary total, the base salary is 400$, plus a bonus of either 5% or 10% of their gross sales for that week.The standard commision is 5% but it is increased to 10% if the weekly sales total is over 1000$
# include <iostream.h>...