Question: Task 1:use c++ to Create a structure called employee that contains two members: an employee number (type int) and the employees compensation (in dollars; type
Task 1:use c++ to 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 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
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
