+ 1
Is there away to increment separate conditions inside an if statment?
an example if(this&&this(i+2)|| this&&this(i+4) || this&&this(i+6)){
4 odpowiedzi
+ 4
i just wanted to see how short i can make the code
+ 3
i could but would like to know if this ones possible ☺
+ 2
Why not use multiple if statements?
Sorry, if i interpreted your question wrongly
+ 2
What about ternary operators?