Question: Program should be in C++ Create an employee class in which the member data should comprise an int for storing the employee number and a

Program should be in C++
Create an employee class in which the member data should comprise an int for storing the employee number and a float for storing the employee's compensation. Member functions should allow the user to enter this data and display it. Write a main() that allows the user to enter data for three employees and display it
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
