Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- nota1 = 6.5
- nota2 = 9.2
- total = nota1 + nota2
- media = total / 2
- anoNascimento = 1990
- anoCorrente = 2020
- idade = anoCorrente - anoNascimento
- idade = 2020 - 1991
- mediaPonderada = ( (nota1 * 4) +
- (nota2 * 6) ) / (4 + 6)
- quociente = 11 / 2
- resto = 11 % 2
- exp = 2 ** 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement