Skip to content

Instantly share code, notes, and snippets.

@ampulhetadosaber
Last active July 2, 2019 23:25
Show Gist options
  • Save ampulhetadosaber/ba64178ad44c3c97ac516003e7d0b720 to your computer and use it in GitHub Desktop.
Save ampulhetadosaber/ba64178ad44c3c97ac516003e7d0b720 to your computer and use it in GitHub Desktop.
if(a + b != c) // Se a soma de a + b for diferente de c
{
// comandos
}
if(a < b) // Se o valor de a é menor que o valor de b
{
// comandos
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment