On my calculator, it asks the user what they want to do.(switch/case functions)
After the person adds, subtracts, multiplys or divides the 2 numbers, the calculator exits. Instead of using return 0 and having it exit, how can I have it return to the main menu?