This document provides instructions for an individual programming assignment to write a Java application that calculates total annual compensation for a salesperson. The application must:
- Calculate a fixed salary of $55,000 plus 15% commission on annual sales
- Include at least one class in addition to the main class
- Properly document the source code
- Ask the user to enter annual sales and display the total compensation