SALESPERSON( NEED jAVA EXPERT)

profilesdotholla

In the Phoenix subdivision, salespersons are paid a 10 percent commission on the selling price for each of the homes that they sell.  In addition, if the salesperson sells more than 5 homes during the day, there is an additional bonus of 5000 paid for each home sold.  There is no set limit to the number of homes that the salesperson could sell during the day.

The input for the program is the selling price for each home.  The program should prompt the salesperson for the price of each home sold, one home at a time. 

The program should calculate the commission, bonuses, and the number of homes sold.

At the end of the day, the program should print out the following information.

  • The total selling price of all homes sold
  • The total commission earned for the day
  • The total number of homes sold
  • The total bonus earned during the day
  • The total compensation for the day: the commission plus the bonuses.

The Java application should meet these technical requirements:

 

  • There should be proper documentation in the source code. The documentation should include a block containing the name of the program and the name of the student, and a short description of the program. There should be comments for each line of code.
  • The student must submit the .java source code files with the correct file names for all classes used. The program must consist of at least one public class.
  • Programs are expected to compile and run/execute correctly.
  • The application should have at least one class, in addition to the application's controlling class (a controlling class is where the main function resides).

PART 2

 

Modify the Week Three Java application using NetBeans IDE to meet these additional and changed business requirements:

  • The application will now compare the total annual compensation of at least two salespersons.
  • It will calculate the additional amount of sales that each salesperson must achieve to match or exceed the higher of the two earners.
  • The application should ask for the name of each salesperson being compared.

The Java application should also meet these technical requirements:

  • The application should have at least one class, in addition to the application's controlling class.
  • The source code must demonstrate the use of Array or ArrayList.
  • There should be proper documentation in the source code.

Submit your Java application file using the Assignment Files tab.

    • 8 years ago
    • 35
    Answer(2)

    Purchase the answer to view it

    blurred-text
    • attachment
      salesperson.zip

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      salescommissionjava.rar