🎯 Objective
Write a class named Employee
that has the following fields:
Program User prompts:
Employee information from the user for one instance of the Employee
Program outputs
Data for the employees
Program Notes:
Use getters/setters for all of the attributes.
For the output, you can create a method within the class to output the information. Please be sure to use appropriate labels.
Please identify variables with the names indicated above
You must include a header and implementation file (separate files) for your class
\uD83D\uDDD2 Requirements
Create 1 Object of Employee populating the data via a five-argument constructor (User input)
🚚 Deliverable
Upload the following:
Full source code (.cpp file or .txt file)
Screenshot of the Console with the code executing