Heim  >  Fragen und Antworten  >  Hauptteil

x=3 y=4 Ich verstehe nicht

Warum x<=y wahr ist

wsws1116 Tage vor1123

Antworte allen(1)Ich werde antworten

  • autoload

    autoload2021-09-28 09:24:37

    首先 把x、y带入 x<=y 是不是 3<=4 ?  这个不等式是不是成立,在编程中我们把这样的不等式称为表达式,表达式只有两个值,true和false,如果这个不等式成立,这个表达式的值就为true,如果不成立就为false

    Antwort
    0
  • StornierenAntwort