Hello, everyone. Listed below are the things I need help

Hello, everyone. Listed below are the things I need help with. Read carefully before accepting the bid.

Week 5:

Passing Information to a Method or a Constructor

Prior to beginning work on this assignment read Chapter 5 in the textbook, read the online Returning a Value From a Method (Links to an external site.)Links to an external site. article, and review any relevant information in this week’s lecture.

Begin by accessing your Java platform within your virtual lab environment. For this assignment you will be revising your Score and Letter Grade Program from Week Four. Include the following elements in your program.

Rewrite the Week Four program to include the following five methods:

  • getUserInput
  • getAverageScore
  • getLtrGrade
  • getLtrList
  • displayClassReport

Two important things to remember about returning values:

  • The type of data returned by a method must be compatible with the return type specified by the method. For example, if the return type of some method is boolean, you could not return an integer.
  • The variable receiving the value returned by a method must also be compatible with the return type specified for the method.

Week 6: Java Project

For this assignment, you will show the output of the basic business application using Java that you have created to solve Ashford University’s challenge regarding their hourly employee pay.

Over the previous five weeks, you have assessed basic programming methods, and created and tested various elements of this program within the virtual lab environment. The programming concepts you have learned and practiced in this class provide a program solution for the scenario below which was introduced in Week Two.

Ashford University needs a GUI (Graphical User Interface) to calculate hourly employee pay, federal taxes, Medicare, and Federal Insurance Contribution Act (FICA). Current policy states that employees will be paid time and a half for any hours over 40 that they work in a single week. For example, if an employee works 45 hours, they get 5 hours of overtime, at 1.5 times their base pay. The state’s minimum wage requires that hourly employees be paid at least $8.00 an hour. Ashford University requires that an employee works no more than 60 hours in a single week.

The program you present in the virtual lab space will include a modified version of the GUI you designed in Week Two, the array you created in Week Two, and the code you tested in Week Five.

The required output for the program will consist of the following:

  • Name
  • Hours worked
  • Pay rate
  • Gross and Net pay
  • Itemization of deductions including Federal taxes, Medicare and FICA

Once your Java program is complete, create a document including the required title page for the Java Project Output assignment as outlined by the Ashford Writing Center and copy and paste your source code as plain text including any required tables into the document. Submit your document via Waypoint for grading.

The Java Project Output document

  • Must include the final source code for your program in plain text.
  • Must include a separate title page with the following:
  • Title of paper
  • Student’s name
  • Course name and number
  • Instructor’s name
  • Date submitted

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions