Simple Commission Calculation Program Part 2 Explanation
It is important to use your last name so that each student’s project name is unique. When your team evaluation the members’ program, the team will know whom the program belong to. Your system can also load in multiple projects without conflicting project names. The number 2 in the file name is the academic week number. • 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.
- Simple Commission Calculation Program Part 2 Explanations
- Simple Commission Calculation Program In Java
View Notes - 127372520-PRG-420-Week-3-Individual-Simple-Commission-Calculation-Program-Part-2 from NTC 240 BSIT/NTC at University of Phoenix. PRG/420 Version 10 Java Programming I Individual Simple. View Notes - PRG420 Week 2 Individual Assignment_Simple Commission Calculation Program Part 1 from PROG 420 at University of Phoenix. The following is a negative input by the user resulting in an. PRG 420 Week 2 Individual: Simple Commission Calculation Program Part 1. Note to Faculty: Read and update the below. Write a Java™ application using NetBeans™ Integrated Development Environment (IDE) that calculates the total annual compensation of a salesperson.
In the third part is says: 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 have at least one class, in addition to the application’s controlling class. • The source code must demonstrate the use of conditional and looping structures.
// target for all sales persons is $120,000 // if the sales person exceeds incentive increases by 1.25% Calculation - Calculate sales * incentive = commission (if sales is 80% met)/ if not no incentive - Calculate total compensation = commission + salary. Once again, here is what you wrote: Mona Stout wrote:– What are your annual sales? // target for all sales persons is $120,000 // if the sales person exceeds incentive increases by 1.25% So: a) 80% of 120.000 target = 120.000 x 0.8 = 96000 bonus: 96000 x 0.04 = 3840 b) 100% of 120.000 target = 120.000 bonus: 120000 x 0.04 = 4800 c) 110% of 120.000 target = 120000 + (120000 x 0.1) = 132000 bonus: 132000 x (0.04 x 1.25) = 6600 You better check exact requirements again if you copied correctly, as you could loose some portion of your mark.
• 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. Because NetBeans produces multiple files for one project, the best method to submit an assignment is to zip the files. There should be one project folder created by NetBeans using your project name. Zip the folder.
'Think of a class as a.java file If you create a main class then you can create another class (.java file) that will be called within the main one and used for something like saving values in attributes or calling other methods.' This is exactly what my instructor said. The book had said that it was a class so I miss understood what the book was trying to state.
– Express Mode to select trains using name – Career Mode: featuring three chapters – In-game Store for downloading all assets – Double Catenary wire – New horns added Details Indian Train Simulator is the highly anticipated train simulation game from the stable of Highbrow Interactive, the creators of the mega-successful “Euro Train Simulator ”. In addition to all the features that made Euro such a hit with the masses – a proper gameplay to begin with, realistic and route-specific trains, passengers, varied weather options, complete control over settings, and accessibility to a more diverse set of users through translations – Indian Train Simulator features “Track Changing” and fully functional “Signalling System”. Indian train simulator game free download for windows 7. – Coal and Tarpaulin add on for gondola car. – Option to skip stations.
Does this mean it could be SalesPerson1 since a variable can have pretty much any name? Mona Stout wrote:The classes that I came up with were PersonImplement this class first. Test as Campbell Ritchie told you yesterday or before yesterday. Then you'll see yourself if Process is needed.
There should be one project folder created by NetBeans using your project name. Zip the folder. Submit your NetBeans project zip file.
The number 2 in the file name is the academic week number. • 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. Because NetBeans produces multiple files for one project, the best method to submit an assignment is to zip the files.
The source code must demonstrate the use of Array or ArrayList. Looking at everything I forgot to add targetSales as a double, setTargetSales, getTargetSales to my lists. For any sales person they will give the salary, and their sales, but when they reach 80% of their sales their commission is 4% of the total sales until then their commission is 0. If they hit the target sales of $120,000 then they get an additional 1.25.
• If a salesperson exceeds the sales target, the commission will increase based on an acceleration factor. The acceleration factor is 1.25 which means all sales above the sales target will be earning 25% commission. • The application should ask the user to enter annual sales, and it should display the total annual compensation.
PRG 420 Week 2 Individual: Simple Commission Calculation Program Part 1 Note to Faculty: Read and update the below. 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. • A salesperson will also receive a commission as a sales incentive. Commission is a percentage of the salesperson’s annual sales.
Simple Commission Calculation Program Part 2 Explanations
At the moment you're spending time in writing code, which after a bit research gives a clear understanding, that it is not correct from the very beginning, so it wasting your time writing it (don't worry, you're learning). The the class 'ComissionCalc' should be created at the end, so it could set some values and execute your program, that is it. Don't stress out about the homework due dates, better to grasp the topic now, rather than too much worry about the mark at the moment. By the way, when is your homework due? Liutauras, Campbell, and everyone, I hope I understood what you asked me to do.
It is important to use your last name so that each student’s project name is unique. When your team evaluation the members’ program, the team will know whom the program belong to.
• The application should also display a table of potential total annual compensation that the salesperson could have earned, in $5000 increments above the salesperson’s annual sales, until it reaches 50% above the salesperson’s annual sales. Sample Table: Assuming a total annual sales of $100,000, the table would look like this: Total Sales Total Compensation 100,000 > 105,000 > 110,000 > 115,000 > 120,000 > 125,000 > 130,000 > 135,000 > 140,000 > 145,000 > 150,000 > The Java™ application should also meet these technical requirements: Create a NetBeans project and name it XXXIA3. XXX is your last name.
Write a Java™ application using NetBeans™ Integrated Development Environment (IDE) that calculates the total annual compensation of a salesperson. Either a GUI (graphic user interface) program or non-GUI program is acceptable. Consider the following factors: • A salesperson will earn a fixed annual salary of $100,000.00. • 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.
Total Sales Total Compensation 100.000 Program calculated value 105.000 Program calculated value 110.000 Program calculated value 115.000 Program calculated value 120.000 Program calculated value 125.000 Program calculated value 130.000 Program calculated value 135.000 Program calculated value 140.000 Program calculated value 145.000 Program calculated value 150.000 Program calculated value The Java™ application should also meet these technical requirements: • Create a NetBeans project and name it XXXIA3. XXX is your last name. It is important to use your last name so that each student’s project name is unique. When your team evaluation the members’ program, the team will know whom the program belong to. Your system can also load in multiple projects without conflicting project names.
• There should be proper documentation in the source code. Because NetBeans produces multiple files for one project, the best method to submit an assignment is to zip the files. There should be one project folder created by NetBeans using your project name. Zip the folder. Submit your NetBeans project zip file.
The current commission is 10% of total sales. • If a salesperson exceeds the sales target, the commission will increase based on an acceleration factor.
If not, then not necessarily if you're going to have only 2 persons. Mona Stout wrote:So I would have to label them SalesPerson1 and SalesPerson2, correct?Don't use 'label them' phrase. Use - 'instance'. SalesPerson mona = new SalesPerson('Mona', 'Stout'); // 'mona' is a reference variable which refers to an instance of SalesPerson object.
For more information: Reviews: Head over to or to read reviews. Worksoft Certify Summary: Automates functional testing of business processes across the entire application landscape. Best software testing tools 2013. Features: • Offers support for Agile • Includes a more complete set of tools around test data management and Orchestration • Delivers model-based automation support that allows for easier reuse/less maintenance What you really need to know: With the Tosca Testsuite, Tricentis has focused on creating model-based automation and a “mini-suite” that goes beyond pure test automation to provide risk coverage and test case design as well.
PRG 420 Week 3 Simple Commission Calculation Program Part 2 Modify the Week Two Java™ application using Java™ NetBeans™ IDE to meet these additional and changed business requirements. Either a GUI (graphic user interface) program or non-GUI program is acceptable. • The company has recently changed its total annual compensation policy to improve sales.
Simple Commission Calculation Program In Java
When your team evaluation the members’ program, the team will know whom the program belong to. Your system can also load in multiple projects without conflicting project names. The number 3 in the file name is the academic week number.
It is important to use your last name so that each student’s project name is unique. When your team evaluation the members’ program, the team will know whom the program belong to. Your system can also load in multiple projects without conflicting project names. The number 2 in the file name is the academic week number. • 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).