Working on a current project with these parameters and am not sure where to start. I am new to all of this and could use some input.
Use JAVA to build a sales commission application. In this application, the user enters a number in the SALES JoptionPane textbox. When the user clicks the OK button, the sales commission is calculated and displayed next to the "Commission" text. There is a staggered range of commissions, as follows:
0 - 1500 - 15% commission
1501 - 10,000 - 20% commission
10,001 - 25,000 - 25% commission
25,001 - 50,000 - 30% commission
above 50,000 - 50% commission
You may format your output anyway you would like be sure it is well structured and your program is commented and documented thoroughly