Skip to content

Instantly share code, notes, and snippets.

@ampulhetadosaber
Last active July 2, 2019 20:55
Show Gist options
  • Save ampulhetadosaber/a5c60e47c2de84348e1472598413e3cc to your computer and use it in GitHub Desktop.
Save ampulhetadosaber/a5c60e47c2de84348e1472598413e3cc to your computer and use it in GitHub Desktop.
int mod = a%b; // declaro uma nova variável que contém o resto da divisão de a por b.
int soma = a + b; // declaro uma nova variável que contém a soma de a e b.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment