Question: Write a program that first allows the user to specify a type by entering its first letter , and so on ) , then stores

Write a program that first allows the user to specify a type by entering its first letter , and so on), then stores the type chosen as a value of a variable of type enum etype, and finally displays the complete word for this type.
Enter employee type (first letter only)
laborer, secretary, manager,
accountant, executive, researcher): a
Employee type is accountant.
You'll probably need two switch statements: one for input and one for output.
 Write a program that first allows the user to specify a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!