Write a driver program to test the Sales Person class from Exercise .
Exercise
You should also write driver programs to test them as instructed in the programming problems at the end of this chapter.
Salespersons are paid a salary plus a commission on their sales; their total pay, therefore, is their salary plus the amount of their sales times the commission rate.
Add a class Salesperson to the Employee class hierarchy described in the text.