Start your C++ development tool and view the SwatTheBugs16.cpp file.
The file is contained in either the Cpp7\Chap05\Swat TheBugs16 Project folder or the Cpp7\Chap05 folder.
(Depending on your C++ development tool, you may need to open this exercise's solution/project file first.) If necessary, delete the two forward slashes that appear before the system("pause"); statement.
The program should display a 10% bonus for sales over $10,000. Correct the syntax errors and then save, run, and test the program.