We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
int a = 5; int b = 13; if(b > a) { println("variable b is larger the variable a"); }
Testa se o valor à esquerda é maior que o valor à direita.
valor1 > valor2
Parâmetros valor1 int ou float
valor2 int ou float
Web & Applicações
>=
maior ou igual <
menor <=
menor ou igual ==
igual !=
diferente