Write a javatrade application using netbeanstrade


Write a Java™ application using NetBeans™ Integrated Development Environment (IDE) that calculates the total annual compensation of a salesperson. Consider the following factors: ***Please write the code as a console NOT a GUI***** • A salesperson will earn a fixed salary: Note: I will provide some value when I run and test your application. However, for testing you can use a salary $100,000 - or any number you'd like. • A salesperson will also receive a commission as a sales incentive. Commission is a percentage of the salesperson’s annual sales. The commission amount follows the same principle as the salary: Note: I will provide some percentage value via the command line when I run and test your application. However, for testing you can pass a command line argument for a commission percentage of 10% - or any number you'd like. • 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.

so what would double Bonus; and double AnnualCompensation be?

Request for Solution File

Ask an Expert for Answer!!
Other Subject: Write a javatrade application using netbeanstrade
Reference No:- TGS0606419

Expected delivery within 24 Hours