Java Programming

profilekrauserr
week_2_programming_grading_guideline-3.docx

Week 2 Assignment

Following are the requirements:

Write a Java™ application using NetBeans™ Integrated Development Environment (IDE) that calculates the total annual compensation of a salesperson. Consider the following factors:

A salesperson will earn a fixed salary of $100,000

A salesperson will also receive a commission as a sales incentive. Commission is a percentage of the salesperson’s annual sales. The current commission is 5% of total sales.

The total annual compensation is the fixed salary plus the commission earned.

The Java™ application should meet these technical requirements:

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).

There should be proper documentation in the source code.

The application should ask the user to enter annual sales, and it should display the total annual compensation.

Criteria

Possible Points

Points Earned

Comments

External Documentation: Screen shot of working system.

1 point

1 point

Program Header: Program name, Program Description, Programmer, Date and Version as a minimum.

1 points

1 points

·

Inline Documentation (comments): Includes a sufficient number of quality comments, Spacing within pseudocode that adds readability.

1 points

1 points

Meets Specification: Does the algorithm do what the assignment said it should do?

5 points

5 points

Logic Quality: Logical flow, use of required logic (selection, looping, etc.) in a clear concise manner

1 point

1 point

Variable Naming: Good descriptive variable names. Data types specific consistent with their use.

0.5 points

0.5 points

Indentation/formatting: Indentation used to depict relationships with the logic

0.5 points

0.5 points

Total:

10 points

10 points