Put an exit value at the menu, and then put a 'do..while' loop around the code.

So say if exit is case 5...

Code:
Do {

*Your code here*

}while(input != 5);