Advertisement
Guest User

4_14

a guest
Aug 26th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. algoritmo "4_14"
  2.       declare n:inteiro;
  3.       n <- 9;
  4.       enquanto (n <= 63) faca
  5.                escreval(potencia(2, n));
  6.                n <- n + 1;
  7.       fimenquanto
  8. fimalgoritmo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement