Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In C++, The output should look like the screen shot except should not have the first six lines because it is initialized with the employee

In C++, The output should look like the screen shot except should not have the first six lines because it is initialized with the employee ID's and it should include all 7 employee ID's. Can you please run the program to make sure the output is just like the screenshot(not including the first six lines) please? It needs to have the output that that is in the screenshot provided but with all seven employee ID, thanks:)

You have been hired by Employees, Inc to write an employee management system. The following are your specifications:

Write a program that uses the following linked lists:

empId: a linked list of seven long integers to hold employee identification numbers. The array should be initialized with the following numbers: 5658845 4520125 7895122 8777541 8451277 1302850 7580489

hours: a linked list of seven integers to hold the number of hours worked by each employee

payRate: any data structure (your choice) of seven doubles to hold each employees hourly pay rate

wages: a linked list of seven doubles to hold each employees gross wages

The program should display each employee number and ask the user to enter that employees hours and pay rate. It should then calculate the gross wages for that employee (hours times pay rate) and store them in the wages array. After the data has been entered for all the employees, the program should display each employees identification number and gross wages.

Input Validation: Do not accept negative values for hours or numbers less than 15.00 for pay rate.

When the program starts, it should ask the user to enter the employee IDs. There should be no limit on the number of IDs the user can enter.

The following screenshot shows a small subset of an example program run:

Screenshot 2016-09-18 20.07.27.pngimage text in transcribed image text in transcribed

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

Recommended Textbook for

Database Processing

Authors: David M. Kroenke

12th Edition International Edition

1292023422, 978-1292023427

More Books

Students also viewed these Databases questions

Question

4. Does cultural aptitude impact ones emotional intelligence?

Answered: 1 week ago