I created a calculator in C, with menu and everything else, with switch case
when choosing a function between +
, -
, *
, /
, etc. You enter two values and they are executed according to the function. How to do after finishing the arithmetic operation, does the program return to the main menu to be able to choose another operation again?