-
-
Notifications
You must be signed in to change notification settings - Fork 4
greaterthan
villares edited this page May 24, 2020
·
4 revisions
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
A referência de Processing está sob a licença Creative Commons BY-NC conforme indicado aqui. Esta Wiki-tradução é baseada na tradução e adaptação para o Português do Brasil do professor Luiz Ernesto Merkle