A number can't be both less than 5 and greater than 10.
-10 is 110 less than 100.
It is less.
greater than
Greater
10
2
10
A number can't be both less than 5 and greater than 10.
No, it is less than 10 and 100.
3
-10 is 110 less than 100.
5
it is less than 59
5000 will be greater and -5000 will be less than.
It is less.
x=10; y=10; if (x >= 10 y >= 10) { //dostuff } OR: AND: && greater than: > greater than or equals to: >= less than: < less than or equal to: <= equals: NOT: !