Question: Create a structure called employee that contains two members: an employee number (type int) and the employees compensation (in dollars; type float). Ask the user
Create a structure called employee that contains two members: an employee number (type int) and the employee’s compensation (in dollars; type float). Ask the user to fill in this data for three employees, store it in three variables of type struct employee, and then display the information for each employee.
Step by Step Solution
3.49 Rating (149 Votes )
There are 3 Steps involved in it
Solution Code and output include include using namespace std struct employee int employeenumber floa... View full answer
Get step-by-step solutions from verified subject matter experts
