Last active
July 2, 2019 20:55
-
-
Save ampulhetadosaber/a5c60e47c2de84348e1472598413e3cc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int mod = a%b; // declaro uma nova variável que contém o resto da divisão de a por b. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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