- 3
Math game
Haloo everyone! I will be making a math game. When it will be done i will send the code. The code is at c++
4 Answers
+ 9
if (x == 0){
cout <<x;
}
If your input is 0 then output is also 0. Else, no output if it's not.
Btw,what you're trying to do actually?
+ 1
Eh how use if in c++. i mean im getting eror so how do if = "x" so...
+ 1
Im trying make a math training game