This problem set covers Chapter 7.

Item Sales (1 Point)

This is the same class you developed for Problem Set 7.

Include this class in the com.sales package

Sales Person (10 points)

Design and develop a class that represents a sales person. This class should have the following attributes:

Your class should have the following public methods and constructors:

Name this class SalesPerson and include it in the com.sales package

Sales Force (10 points)

Design and develop a class that represents a sales force. This class should have the following attributes:

Your class should have the following public methods and constructors:

Name this class SalesForce and include it in the com.sales package.

Sales Force Demo (10 points)

This class will be used to test the functionality of all the classes in the com.sales package. Your test should perform the following tests:

Name this class SalesForceDemo and include it in the com.sales package.