a. Create an application that allows you to enter salesperson data that consists of an ID number, first name, last name, and current month sales in whole dollars. Depending on whether the salesperson’s sales value exceeds $1,000, output each record either to a high-performers file or a low-performers file. Save the program as HighAndLowSales.java.
b. Create an application that displays each record in the two files created in the HighAndLowSales application in Exercise 8a. Display a heading to introduce the list produced from each file. For each record, display the ID number, first name, last name, sales value, and the amount by which the sales value exceeds or falls short of the $1,000 cutoff. Save the program as HighAndLowSalesDisplay.java.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.