1
I created a calculator in C, with menu and everything, with the switch case
when choosing a function from +
, -
, *
, /
, etc. You enter two values and they are executed according to the function. How to do after the arithmetic operation, the program goes back to the main menu to be able to choose another operation?
Put your code done so far.
– Maniero
Welcome. Post your code in the question, it’s easier for staff to help.
– Diego
You can put it all in one
while
or usegoto
– Leonardo
Welcome to Stack Overflow! Please explain the problem better, and if possible include a example of code that reproduces what is happening, because your question is not perceptible. See Help Center How to Ask.
– Jorge B.