- 1
How to write "or" on c++
eg if (kkk=123 or kkk=677)
5 Answers
+ 7
The || operator is the thing you need.
Eg - if(kkk==123||kkk==677){}
+ 1
thanks
0
thanks
0
but i can't find that operator on keyboard
0
Its above ⏠and ¢
after ` and before â˘