Create an employee object using the default constructor.

Assignment Help Programming Languages
Reference no: EM13760368

Use the following UML diagram to build the class. The first section specifies the attributes. The second section specifies the behaviors, and the first character specifies the access modifier value, where:

o "-" means that the class member is private, and
o "+" means that the class member is public.

STEP 2: Code the Employee Class

Create a new project called "CIS247B_Week2Lab_YourName".

Using the provided Class Diagram from Step 1, code the Employee class in the new project (i.e., "Realize the UML Class diagrams").

The default constructor should set the attributes as follows: firstName = "not given", lastName = "not given", gender = "U" (for unknown), dependents = 0, and annualSalary = 20,000.

The multi-arg constructor should initialize all of the attributes using values passed in using its parameter list.

As shown in the Class diagram, each attribute should have a "getter" to retrieve the stored attribute value, and a "setter" that modifies the value.

The calculatePay( ) method of the Employee class should return the value of annual salary divided by 52 (return annualSalary / 52;).

The displayEmployee() method should display all the attributes of the Employee object in a well-formatted string with logical labels applied to each attribute. Don't forget to call calculatePay from within the displayEmployee method in order to display the Employee's weekly pay as well!

STEP 3: Code the Main Program

In the Main class, create code statements that perform the following operations. Be sure you follow proper commenting and programming styles (header, indentation, line spacing, etc.).

Create an Employee object using the default constructor.

Prompt for and then set the first name, last name, gender, dependents, and annual salary. (Remember that you have to convert gender, dependents, and annual salary from strings to the appropriate data type.)

Using your code from last week, display a divider that contains the string "Employee Information"

Format the currency using the following formatting services:

Display the Employee information.

Create a second Employee object using the multi-argument constructor, setting each of the attributes with appropriate valid values.

Using your code from last week, display a divider that contains the string "Employee Information".

Display the Employee information for the second Employee object.

STEP 4: Compile and Test

When done, compile and run your code.

Then, debug any errors until your code is error-free.

Check your output to ensure that you have the desired output, modify your code as necessary, and rebuild.

Reference no: EM13760368

Questions Cloud

Analyze behavior and reactions of the consumer : The goal is to analyze behavior and reactions of the consumer, not the ads. You will select two print ads or commercials for the interview.
Persuasive argument to help them see more possibilities : Your uncle is working in a company managing their investment center. You approach him with the sales of a large piece of equipment that can help the company save money in the end. Your uncle explains to you that they can't purchase the equipment b..
Application at work transmits data records : Contrast synchronous and asynchronous connection. Is it more efficient to use synchronous connection or an asynchronous connection? What speed transmission line is necessary to support either type of connection? Show all your work.
Heat exchanger : Combination of pump size, motor speed, and impeller diameter from the pump characteristics would be the best for this application.
Create an employee object using the default constructor. : Create an Employee object using the default constructor. Prompt for and then set the first name, last name, gender, dependents, and annual salary. Remember that you have to convert gender, dependents, and annual salary from strings to the appropri..
Write a reflective essay on your selected memoir : Write a 4 page reflective essay (double-spaced 12 pt font) on your selected memoir, inclusive of social, cultural and environmental aspects of the memoirist's journey toward healing.
Calculate the break-even point : Calculate the break-even point in number of meals served each month Assume that fixed costs increase to $23,000 per month and variable costs rise to $9.25 per month.
Define the aircraft axes and degrees of freedom : Define the aircraft axes and degrees of freedom. Analyse the different maneuvers that can be done by an aircraft.
Do you think esperanza is lonely : Do you think Esperanza is lonely? Why do you think Cisneros creates an alter-ego for herself in this book?

Reviews

Write a Review

Programming Languages Questions & Answers

  Write a haskell program to calculates a balanced partition

Write a program in Haskell which calculates a balanced partition of N items where each item has a value between 0 and K such that the difference b/w the sum of the values of first partition,

  Create an application to run in the amazon ec2 service

In this project you will create an application to run in the Amazon EC2 service and you will also create a client that can run on local machine and access your application.

  Explain the process to develop a web page locally

Explain the process to develop a Web page locally

  Write functions

These 14 questions covers java class, Array, link list , generic class.

  Programming assignment

If the user wants to read the input from a file, then the output will also go into a different file . If the user wants to read the input interactively, then the output will go to the screen .

  Write a prolog program using swi proglog

Write a Prolog program using swi proglog

  Create a custom application using eclipse

Create a custom Application Using Eclipse Android Development

  Create a application using the mvc architecture

create a application using the MVC architecture. No scripting elements are allowed in JSP pages.

  Develops bespoke solutions for the rubber industry

Develops bespoke solutions for the rubber industry

  Design a program that models the worms behavior

Design a program that models the worm's behavior.

  Writing a class

Build a class for a type called Fraction

  Design a program that assigns seats on an airplane

Write a program that allows an instructor to keep a grade book and also design and implement a program that assigns seats on an airplane.

Free Assignment Quote

Assured A++ Grade

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!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd