1 / 16

PRG 420 Expect Success / newtonhelp.com

For more course tutorials visit<br><br>www.newtonhelp.com<br><br><br>Individual: Coding a Simple “Hello, world!” Java™ Program<br>Instructions:<br>Resource:<br>• PRG 420 Week One Coding Assigment Text File (starter code for this<br>assignment that includes placeholders)<br>For this assignment, you will apply what you learned in analyzing a<br>simple Java™ program by writing your own Java™ program. The<br>Java™ program you write should do the following:<br>

rock8194
Download Presentation

PRG 420 Expect Success / newtonhelp.com

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. PRG 420 Expect Success / newtonhelp.com

  2. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 1 Coding a Simple “Hello, world!” Java™ Program(New Syllabus) For more course tutorials visit www.newtonhelp.com Individual: Coding a Simple “Hello, world!” Java™ Program Instructions: Resource: • PRG 420 Week One Coding Assigment Text File (starter code for this assignment that includes placeholders) For this assignment, you will apply what you learned in analyzing a simple Java™ program by writing your own Java™ program. The Java™ program you write should do the following:

  3. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 1 Individual Analyzing a Simple Java™ Program (New Syllabus) For more course tutorials visit www.newtonhelp.com Individual: Analyzing a Simple Java™ Program Instructions: Resource: • PRG 420 Week One Analyze Assignment Text File Analyzing Java™ code--that is, reading and predicting the outcome of Java™ code, given one or more inputs--is an essential skill. The ability to analyze code allows you to learn from example code and tutorials. It also allows you to write and debug your own Java™ code.

  4. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 1 Individual Assignment Hello world For more course tutorials visit www.newtonhelp.com Create a program in Java™ that displays “Hello world!” Take a screen shot that shows the program’s successful compilation and execution. Then submit your program along with the screen shot.

  5. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 2 Analyzing a Program Containing if-then and switch(New Syllabus) For more course tutorials visit www.newtonhelp.com Individual: Analyzing a Program Containing if-then and switch Instructions: Resource: • PRG 420 Week Two Analyze Assignment Text File The ability to read through Java™ code and predict the results, given specific inputs, is an extremely useful skill.

  6. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 2 Coding a Program Containing if-then and switch(New Syllabus) For more course tutorials visit www.newtonhelp.com Individual: Analyzing a Program Containing if-then and switch Instructions: Resource: • PRG 420 Week Two Analyze Assignment Text File The ability to read through Java™ code and predict the results, given specific inputs, is an extremely useful skill. For this assignment, you will be analyzing the Java™ code in the linked text file, and predicting the results given specific input.

  7. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 2 Individual Assignment Netbeans Project (annual compensation) For more course tutorials visit www.newtonhelp.com INDIVIDUAL ASSIGNMENT OF WEEK # 2 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 salesperson’s annual sales. The current commission is 5 % of total sales. The total annual compensation is the fixed salary plus the commission earned.

  8. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 3 Coding a Program Containing Loops(New Syllabus) For more course tutorials visit www.newtonhelp.com Individual: Coding a Program Containing Loops Instructions: Resource: • PRG 420 Week Three Coding Assignment Text File (starter code for this assignment that includes placeholders) For this assignment, you will apply what you learned in analyzing for, while, and do-while loops by writing these statements yourself. The Java™ program you write should do the following:

  9. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 3 Individual Assignment Netbeans Project (annual compensation with commission) For more course tutorials visit www.newtonhelp.com INDIVIDUAL ASSIGNMENT OF WEEK # 3 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.

  10. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 4 Analyzing a Program Containing Arrays(New Syllabus) For more course tutorials visit www.newtonhelp.com Individual: Analyzing a Program Containing Arrays Instructions: Resource: • PRG 420 Week Four Analyze Assignment Text File The ability to read through Java™ code and predict the results, given specific inputs, is an extremely useful skill. For this assignment, you will be analyzing the Java™ code in the linked PRG 420 Week Four Analyze Assignment Text File, and answering questions

  11. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 4 Coding a Program Containing an Array(New Syllabus) For more course tutorials visit www.newtonhelp.com Individual: Coding a Program Containing an Array Instructions: Resource: • PRG 420 Week Four Coding Assigment Text File (starter code for this assignment that includes placeholders) For this assignment, you will apply what you learned in analyzing a simple Java™ program by writing your own Java™ program that creates and accesses an array of integers. The Java™ program you write should do the following:

  12. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 4 Individual Assignment Netbeans Project (annual compensation comparison) For more course tutorials visit www.newtonhelp.com INDIVIDUAL ASSIGNMENT OF WEEK # 4 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.

  13. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 5 Analyzing a Program Containing Exception Handling(New Syllabus) For more course tutorials visit www.newtonhelp.com Individual: Analyzing a Program Containing Exception Handling Instructions: Resource: • PRG 420 Week Five Analyze Assignment Text File For this assignment, you will be analyzing the code in the linked PRG 420 Week Five Analyze Assignment Text File. This program contains exception handling code.

  14. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 5 Coding a Program Containing Exception Handling(New Syllabus) For more course tutorials visit www.newtonhelp.com Individual: Coding a Program Containing Exception Handling Instructions: Resource: • PRG 420 Week Five Coding Assignment Text File (starter code for this assignment that includes placeholders) For this assignment, you will apply what you learned in analyzing a simple Java™ program by writing your own Java™ program. The Java™ program you write should do the following:

  15. PRG 420 Expect Success / newtonhelp.com PRG 420 Week 5 Team Assignment Resuability (2 Papers) For more course tutorials visit www.newtonhelp.com In the real world, an entire program is rarely written from scratch. It is very likely that there are classes or methods that already exist. The key to using these existing modules successfully depends on how modularly the classes or methods are written.

  16. PRG 420 Expect Success / newtonhelp.com

More Related