programa { const real C = 5.5 funcao inicio() { inteiro a = 8 se (a * C > 80) { a = 0 } senao { a = -1 } } }
Run