0
I am new to c++, i want to try out a program that will be like a game but for solving math problems.
for example a person will have two choices either to try addition or subtraction. then if they choose addition they should be able to exit from there. for the menu, should I use if statement?
3 Antworten
+ 5
Try it.
Find out if it works.
+ 1
use a while inside a switch statement
+ 1
thanks