Hi
I have a switch statement that chooses between three employees' information for the rest of the program.
The switch works, but I was wondering how to make it so the default case always sends the user back to the beginning of the switch? (As in you could make an invalid entry infinite times, and the default sends you back to make the choice again infinite times). Here's the code:
Awesome, thanks for the help! I'll give it a whirl. This is my first graded project in C++, I hope it goes well. This is the last task before it's complete.