+ 2
Conditional sentences
can anyone explain this please, if (! ((x>200) || (x <100))) { }
4 odpowiedzi
+ 7
"If x is not greater than 200, or x is less than 100... "
+ 2
it means that x may contain number from 100 to 200. in that case {..}-will work.
0
There is !
0
in all things