this project you will be creating an application to track information about employees at a company ill track employee's names, job titles, and wages. This application will also be used to calculate the ages that employees are to be paid for the week. Required Materials - Laptop with Internet Connection - AWS Account with Cloud9 instance configured Description
this project you will be creating an application to track information about employees at a company ill track employee's names, job titles, and wages. This application will also be used to calculate the ages that employees are to be paid for the week. Required Materials - Laptop with Internet Connection - AWS Account with Cloud9 instance configured Description
Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
Related questions
Question
C++ coding project just need some help getting the code thank you!
![Overview
In this project you will be creating an application to track information about employees at a company. This application
will track employee's names, job titles, and wages. This application will also be used to calculate the total amount of
wages that employees are to be paid for the week.
Required Materials
• Laptop with Internet Connection
• AWS Account with Cloud9 instance configured
Description
The program will begin by greeting the user with a quick description of the application's function and then presenting
the user with several options:
1. Print list of employees
2. Calculate total wages
3. Add new employee
4. Exit application
The user will select one of these options by entering the option's enumerated value (i.e., enter 3 to add a new
employee).
The "Print list of employees" should print each employee name, job title, and associated hourly wages.
The "Calculate total wages" option will iterate through each employee and ask the user to input the total number of
hours worked for the that employee, multiplying that by the employee's hourly wages, and adding that to the total. After
iterating through all employees, the total wages for that week should be displayed.
The "Add new employee" option will prompt the user to provide a name, job title, and hourly rate. This employee will
then be added to the database of employees.
The "Exit application" will break the application out of its main loop and exit the program.
Requirements
• The code should be well formatted with proper indentation, variable names, and function structure.
• The code should be robust to faulty user inputs, which should not cause the program to crash.
• An Employee class should be created to hold the employee's name, job title, and hourly wage.
• The member variables of this class should be kept private, with public accessors and mutators implemented to
interact the associated information (e.g., void setWages(double wages); should be defined to set the value of the
employee's wages variable. Similarly, double getWages(); should retrive that value.)
• The mutators for setting the wages value should prevent the user from entering in faulty information, such as
negative numbers.
The program should behave according to the description provided in the "Description" section.](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fa9d53860-b903-4069-a1fd-e710900f7ca2%2Fd5de976e-f92d-4702-9d95-dbc99993ef40%2Fa62ttf_processed.png&w=3840&q=75)
Transcribed Image Text:Overview
In this project you will be creating an application to track information about employees at a company. This application
will track employee's names, job titles, and wages. This application will also be used to calculate the total amount of
wages that employees are to be paid for the week.
Required Materials
• Laptop with Internet Connection
• AWS Account with Cloud9 instance configured
Description
The program will begin by greeting the user with a quick description of the application's function and then presenting
the user with several options:
1. Print list of employees
2. Calculate total wages
3. Add new employee
4. Exit application
The user will select one of these options by entering the option's enumerated value (i.e., enter 3 to add a new
employee).
The "Print list of employees" should print each employee name, job title, and associated hourly wages.
The "Calculate total wages" option will iterate through each employee and ask the user to input the total number of
hours worked for the that employee, multiplying that by the employee's hourly wages, and adding that to the total. After
iterating through all employees, the total wages for that week should be displayed.
The "Add new employee" option will prompt the user to provide a name, job title, and hourly rate. This employee will
then be added to the database of employees.
The "Exit application" will break the application out of its main loop and exit the program.
Requirements
• The code should be well formatted with proper indentation, variable names, and function structure.
• The code should be robust to faulty user inputs, which should not cause the program to crash.
• An Employee class should be created to hold the employee's name, job title, and hourly wage.
• The member variables of this class should be kept private, with public accessors and mutators implemented to
interact the associated information (e.g., void setWages(double wages); should be defined to set the value of the
employee's wages variable. Similarly, double getWages(); should retrive that value.)
• The mutators for setting the wages value should prevent the user from entering in faulty information, such as
negative numbers.
The program should behave according to the description provided in the "Description" section.
![Criteria
The code should be well formatted with proper indentation, variable names, and function structure.
The code should be robust to faulty user inputs, which should not cause the program to crash.
An Employee class should be created to hold the employee's name, job title, and hourly wage.
The member variables of this class should be kept private, with public accessors and mutators
implemented to interact the associated information.
The mutators for setting the wages value should prevent the user from entering in faulty information,
such as negative numbers.
The program should behave according to the description provided in the "Description" section.](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fa9d53860-b903-4069-a1fd-e710900f7ca2%2Fd5de976e-f92d-4702-9d95-dbc99993ef40%2Fgthdpt_processed.png&w=3840&q=75)
Transcribed Image Text:Criteria
The code should be well formatted with proper indentation, variable names, and function structure.
The code should be robust to faulty user inputs, which should not cause the program to crash.
An Employee class should be created to hold the employee's name, job title, and hourly wage.
The member variables of this class should be kept private, with public accessors and mutators
implemented to interact the associated information.
The mutators for setting the wages value should prevent the user from entering in faulty information,
such as negative numbers.
The program should behave according to the description provided in the "Description" section.
Expert Solution
![](/static/compass_v2/shared-icons/check-mark.png)
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 5 images
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Recommended textbooks for you
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education