Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Java Write a program that simulates a very simple HR application for a company. Your program should be able to: 1. List all the current

Java

Write a program that simulates a very simple HR application for a company. Your program should be able to:

1. List all the current employees

2. Add a new employee

3. Remove a current employee

4. (Extra credit: Edit current employee)

You will need to create a class to instantiate a Person object (or Employee object). In the beginning, the console output should ask the user what they want to do (list, add, remove). The program should keep all the employees in an appropriate storage object of your choice (List, Collection, Array, etc.), but make sure it is not limited to a maximum amount of people. The Employee class should have at minimum the following fields:

First Name

Last Name

Id

Date of Birth

Position

Salary

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

In what order are assets usually listed in the balance sheet?

Answered: 1 week ago

Question

8. Explain the difference between translation and interpretation.

Answered: 1 week ago

Question

10. Discuss the complexities of language policies.

Answered: 1 week ago

Question

1. Understand how verbal and nonverbal communication differ.

Answered: 1 week ago