PRG420 Education Specialist / prg420.com - PowerPoint PPT Presentation

About This Presentation
Title:

PRG420 Education Specialist / prg420.com

Description:

PRG 420 Week 1 Individual Assignment Hello world PRG 420 Week 2 Individual Assignment Netbeans Project (annual compensation) PRG 420 Week 3 Individual Assignment Netbeans Project (annual compensation with commission) – PowerPoint PPT presentation

Number of Views:6
Slides: 8
Provided by: albert0144

less

Transcript and Presenter's Notes

Title: PRG420 Education Specialist / prg420.com


1
PRG420 Education Specialist / prg420.com
2
PRG420 Education Specialist / prg420.com
PRG 420 Entire Course For more course tutorials
visit www.prg420.com PRG 420 Week 1 Individual
Assignment Hello world PRG 420 Week 2 Individual
Assignment Netbeans Project (annual
compensation) PRG 420 Week 3 Individual
Assignment Netbeans Project (annual compensation
with commission) PRG 420 Week 4 Individual
Assignment Netbeans Project (annual compensation
comparison)
3
PRG420 Education Specialist / prg420.com
PRG 420 Week 1 Individual Assignment Hello
world For more course tutorials visit
www.prg420.com Create a program in Java that
displays Hello world! Take a screen shot that
shows the programs successful compilation and
execution. Then submit your program along with
the screen shot.
4
PRG420 Education Specialist / prg420.com
PRG 420 Week 2 Individual Assignment Netbeans
Project (annual compensation) For more course
tutorials visit www.prg420.com 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 50,000 A salesperson
will also receive a commission as a sales
incentive. Commission is a percentage of the
salespersons annual sales. The current
commission is 5 of total sales. 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 applications controlling class
(a controlling class is where the main function
resides). There should be proper documentation in
the source code.
5
PRG420 Education Specialist / prg420.com
PRG 420 Week 3 Individual Assignment Netbeans
Project (annual compensation with commission) For
more course tutorials visit www.prg420.com Modify
the Week Two Java application using Java
NetBeans IDE to meet these additional and
changed business requirements The company has
recently changed its total annual compensation
policy to improve sales. A salesperson will
continue to earn a fixed salary of 50,000. The
current sales target for every salesperson is
120,000. The sales incentive will only start
when 80 of the sales target is met. The current
commission is 5 of total sales. If a salesperson
exceeds the sales target, the commission will
increase based on an acceleration factor. The
acceleration factor is 1.5. The application
should ask the user to enter annual sales, and it
should display the total annual compensation.
6
PRG420 Education Specialist / prg420.com
PRG 420 Week 4 Individual Assignment Netbeans
Project (annual compensation comparison) For more
course tutorials visit www.prg420.com Modify the
Week Three Java application using Java
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
applications controlling class. The source code
must demonstrate the use of Array or
ArrayList. There should be proper documentation
in the source code.
7
PRG420 Education Specialist / prg420.com
Write a Comment
User Comments (0)
About PowerShow.com