x=3 y=4 I don't understand
ws
ws 2021-09-27 19:41:24
0
2
1362

x<=y Why is true

ws
ws

reply all(2)
A _ Q _i_

If x<=y is true.

So it’s very simple. The comparison of strings is the ASCII value. The ASCII value of the letter x is 120 and the ASCII value of y is 121.

Then 120<=121 must be correct, so it is true .

逆旅行人

First bring x and y into x<=y. Is it 3<=4? Is this inequality true? In programming, we call such an inequality an expression. The expression has only two values, true and false. , if this inequality is true, the value of this expression is true, if not, it is false

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template