Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
The instructions are as follows:
Modify the Week Three Java application using NetBeans IDE to meet these additional and changed business requirements:- 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 ask for the name of each salesperson being compared.The Java application should also meet these technical requirements:- The application should have at least one class, in addition to the application's controlling class.- The source code must demonstrate the use of Array or ArrayList.- There should be proper documentation in the source code.Submit your Java application file using the Assignment Files tab.
Here is what my week 3 is and I add your information and it doesn't work./*Individual Week 2 Java Assignment
package commission;importjava.util.Scanner;/** * * @author Kr5975 */public class Commission { /** * @paramargs the command line arguments */ public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("Enter the Total Annual Sales of the Person");// Request for User Input for Annual Sales intannualsales = sc.nextInt();// Read the input as Integer and assign it to annualsales variable System.out.println("With an Annual Salary of $100,000 and 5 % commision on total annual sales" );//display the salary and commision rate Salesperson sp = new Salesperson(annualsales);//To create an Instance of a new sales person System.out.println("The Annual Compensation is " + sp.getTotalAnnualCompensation()); //Calculates the annual compensation and gives the output // TODO Auto-generated method int salary =100000; System.out.println("Total Sales Total Compensation"); for(int i =100000;i<=150000;i=i+5000){ if(i>=0.8*120000){ salary+=0.05*i; System.out.println("tiny_mce_markerquot;+i +" ttiny_mce_markerquot;+salary); } else if (i>120000){ salary+=0.05*1.25*i; System.out.println("tiny_mce_markerquot;+i +" ttiny_mce_markerquot;+salary); } else{ System.out.println("tiny_mce_markerquot;+i +" ttiny_mce_markerquot;+salary); } } } }
package commission;/** * * @author KR5975 */public class Salesperson { // fixed salary variabledoublefixedSalary;// variable of the value of salepersons annual salesdoubleannualSales;//commission earneddouble commission;public Salesperson(double annualSales){this.annualSales=annualSales;commission=0.05*annualSales;//The current commission is 5% of total sales.fixedSalary=100000;//The set fixed salary is $100000}public double getTotalAnnualCompensation(){// Calculate total annual compensation this is the fixed salary and add the commission earnedreturnfixedSalary+commission;}}
Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.
Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.
Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..
Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.
University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.
This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.
Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.
This assignment contains a java project. Project evaluates the day of the week for New Year's Day.
Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.
Java program to input pairs of natural numbers.
Interface that contains a generic type. Create two classes that implement this interface.
These 14 questions covers java class, Array, link list , generic class.
Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!
whatsapp: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd