Here, y is a variable & it can take any value.
If y = 3, then 5 is greater than y.
If y = 5, then 5 is equal to y.
If y = 99.123, then 5 is less than y.
So, it all depends on the value of y.
36
X>Y, Means X is greater than Y, Y>X Means Y is greater, Ok.
By using greater than (x>y) or less than (x<y) signs.
X / Y = Answer X * Y ( Y = any number less than 1 but greater than 0 ) = Answer
In the same way that a diagonal line through the equals symbol changes equals (=) to does not equal (≠), a near-vertical line through the greater than symbol (>), changes it to not greater than. Unfortunately I cannot find it in my symbols set. One alternative, of course, is to change the equation around: x not greater than y is the same as x less than or equal to (≤) y. When inverting the equation in this fashion, you do need to remember to add = if it was not there and remove it if it was. ie not (greater than) is the same as less than or equal to not (greater than or equal to) is the same as less than not (less than) is the same as greater than or equal to not (less than or equal to) is the same as greater than
-2≤y≤5
9>y≥5
To determine if five is less than ( y ), you need to know the value of ( y ). If ( y ) is greater than 5, then the statement is true; if ( y ) is less than or equal to 5, then the statement is false. Without the specific value of ( y ), we cannot definitively answer the question.
x < y : x is less than y.x ≤ y : x is less than or equal to y. x > y : x is greater than y.x ≥ y : x is greater than or equal to y.
The relationship are the opposite of one anther: that is, if X is greater than Y then Y must be less than X.
36
X>Y, Means X is greater than Y, Y>X Means Y is greater, Ok.
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: !
It is quite possible, depending on X, a and y.
The > symbol represents less than. For example, x>y represents x is greater than y.
4
By using greater than (x>y) or less than (x<y) signs.