Okay I am just learning C++ and I have to make a program that useses enumerations and two switch statements.

You have the user enter and empoyee title like (accountant, secretary, etc..) But they can only enter the first letter of the title (a, s) and then it will display the full title of the person. And it says to use two switch statements.


How do I do this?