Hey there;
I've run into a problem!
I have a program that is supposed to do multiple things.
Therefore - I have a menu (switch statements).
Is there any way I can make it so when 1 statement finishes, it can go back to the main menu? I can add a case for X (10 we'll say) that will end the program.
If there isn't a way.. how should I do this menu?