Question: Create a class Java that contains sales person information. Part 1 Write a program that contains a SalesPerson class. The SalesPerson class should store a

Create a class Java that contains sales person information. Part 1 Write a program that contains a SalesPerson class. The SalesPerson class should store a salespersons name and sales total. You should write get/set methods for the name and sales total class variables. Write a method called StatusMessage() that will print Performing well if the sales total is >= 100 otherwise print Not meeting expectations. Inside of main() create an instance of the SalesPerson class. Use the set methods to put data into the instance. You should also call the StatusMessage() method from main().

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!